Shades of Perfume #B9A2D7
Tints of Perfume #B9A2D7
RGB
CMYK
RGB Variations
Color information
#B9A2D7 (or 0xB9A2D7) is known color: Perfume. HEX triplet: B9, A2 and D7. RGB value is (185,162,215). Sum of RGB (Red+Green+Blue) = 185+162+215=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #B9A2D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A2D7 is #465D28. Grayscale: #AEAEAE. Windows color (decimal): -4611369 or 14131897. OLE color: 14131897.
HSL color Cylindrical-coordinate representation of color #B9A2D7: hue angle of 266.04º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9A2D7 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 162 | 215 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.16 |
| HSL | 266.04º | 0.4% | 0.74% | - |
| HSV(B) | 266.04º | 0.25% | 0.84% | - |
| XYZ | 45.19 | 41.06 | 69.83 | - |
| YUV | 174.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 215 | 0.14 | 0.25 | 0 | 0.16 | 266.04 | 0.4 | 0.74 |
| Hex | B9 | A2 | D7 | E | 19 | 0 | 10 | 10A | 28 | 4A |
| Octal | 271 | 242 | 327 | 16 | 31 | 0 | 20 | 412 | 50 | 112 |
| Binary | 10111001 | 10100010 | 11010111 | 1110 | 11001 | 0 | 10000 | 100001010 | 101000 | 1001010 |
Color Harmonies of #B9A2D7
Complementary color
Monochromatic Colors of #B9A2D7
Black with #B9A2D7
Text Example
Text Example
White with #B9A2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A2D7; }
p { color: rgb(185,162,215); }
H1.HeaderClassName
{
color: #B9A2D7;
}
.AnyTagClassName
{
color: #B9A2D7;
}
</style>
background-color css
<style>
a { background-color: #B9A2D7; }
a { background-color: rgb(185,162,215); }
div.DivClassName
{
background-color: #B9A2D7;
}
.BgClassName
{
background-color: #B9A2D7;
}
</style>
border-color css
<style>
span { border-color: #B9A2D7; }
span { border-color: rgb(185,162,215); }
td.TdClassName
{
border-color: #B9A2D7;
}
.TagClassName
{
border-color: #B9A2D7;
}
</style>