crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#b398b0 hex color - Violet - Warm color - Information

#b398b0 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b398b0 Color code in RGB color code model is created after adding 70.2% red color, 59.61% green color and 69.02% blue color. Hex #b398b0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 2% yellow and 30% black.

Hex #b398b0 color code is between #bb99aa web safe hex color code and #aa88bb web safe hex color code. #bb99aa is the nearest web safe color code. You can see here many more shades of #b398b0 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb398b0#b398b0
RGB Decimal179, 152, 176rgb(179, 152, 176)
RGB Percent70%, 60%, 69%rgb(70%, 60%, 69%)
CSS RGBa179, 152, 176,1rgba(179,152,176,1)
CMYK Modelcmyk(0%,15%,2%,30%)
HSL Color Space307,15% ,65%hsl(307,15% ,65%)
HSV Color Space307°, 15%, 70%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100111001100010110000
Octal263230260
Decimal179152176
Hexb398b0

Different shades of #b398b0 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #b398b0
#c9b5c7
Dark Shade of #b398b0
#9d7b99
Saturated Shade of #b398b0
#bc8fb7
Desaturated Shade of #b398b0
#aaa1a9
Grey scale Shade of #b398b0
#a5a5a5
Brighten Shade
#ccb1c9
Most Readable Shade
#000000

Shades of #b398b0 color code

Generate more color scales with scales (color stack) generator.

#b398b0
#9f879c
#8b7688
#776575
#635461
#4f434e
#3b323a
#272127
#131013
#000000

Similar Color like #b398b0 color

Find visually similar hex color codes nearing to #b398b0 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#b499b1
#b59ab2
#b69bb3
#b79cb4
#b89db5
#b99eb6
#ba9fb7
#bba0b8
#bca1b9
#bda2ba
#bea3bb
#bfa4bc
#c0a5bd
#c1a6be
#b297af
#b196ae
#b095ad
#af94ac
#ae93ab
#ad92aa
#ac91a9
#ab90a8
#aa8fa7
#a98ea6
#a88da5
#a78ca4
#a68ba3
#a58aa2

Monochromatic Color with #b398b0

#b398b0
#ddbcda
#090809
#332c33
#5e505c
#887486

Tints of #b398b0 Color

#b398b0
#bba3b8
#c3aec1
#ccbaca
#d4c5d3
#ddd1db
#e5dce4
#eee8ed
#f6f3f6
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#b398b0
#98b39b

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#b398b0
#a3b398
#98b3a8

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#ab98b3
#b198b3
#b398b0
#b398ab
#b398a5

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#b398b0
#b0b398
#98b0b3

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#b398b0
#b3a898
#98b39b
#98a2b3

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#b398b0
#98b39b
#98b3a8
#b398a3

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #b398b0 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#b398b0 Color Code Preview on Black Background Color

This is how #b398b0 Color will look on black background color. Color contrast ratio is 8.03

#b398b0 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#b398b0">Your Example Paragraph content text in with font color #b398b0 </p>

Your Example Paragraph content text in with font color #b398b0

HTML with inline CSS

<div style="color:#b398b0">Your Paragraph text in with font color #b398b0 </div>

Your Example Paragraph content text in with font color #b398b0

#b398b0 color code is use for CSS Background Color

Background color for the above div is #b398b0

HTML with inline CSS

<div style="background-color:#b398b0;"></div>

#b398b0 color code is use for CSS Border Color

CSS Border color for the above div is #b398b0

HTML with inline CSS

<div style="border:5px solid #b398b0;"></div>

CSS Border Left color for the above div is #b398b0

HTML with inline CSS

<div style="border-left:5px solid #b398b0;"></div>

CSS Border Right color for the above div is #b398b0

HTML with inline CSS

<div style="border-right:5px solid #b398b0;"></div>

CSS Border Bottom color for the above div is #b398b0

HTML with inline CSS

<div style="border-bottom:5px solid #b398b0;"></div>

CSS Border Top color for the above div is #b398b0

HTML with inline CSS

<div style="border-top:5px solid #b398b0;"></div>

#b398b0 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#b398b0; } .examplecolorclass {color:#b398b0; } .examplebordercolor {border:3px solid #b398b0; }

#b398b0 Color code Preview on White Background

This is how #b398b0 Color code will look on white background color. Color contrast ratio is 2.61

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #b398b0; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #b398b0; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.