Shades of Perfume #B9A2D8
Tints of Perfume #B9A2D8
RGB
CMYK
RGB Variations
Color information
#B9A2D8 (or 0xB9A2D8) is known color: Perfume. HEX triplet: B9, A2 and D8. RGB value is (185,162,216). Sum of RGB (Red+Green+Blue) = 185+162+216=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 216 - color contains mainly: blue. Hex color #B9A2D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A2D8 is #465D27. Grayscale: #AEAEAE. Windows color (decimal): -4611368 or 14197433. OLE color: 14197433.
HSL color Cylindrical-coordinate representation of color #B9A2D8: hue angle of 265.56º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9A2D8 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 162 | 216 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.15 |
| HSL | 265.56º | 0.41% | 0.74% | - |
| HSV(B) | 265.56º | 0.25% | 0.85% | - |
| XYZ | 45.32 | 41.11 | 70.51 | - |
| YUV | 175.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 216 | 0.14 | 0.25 | 0 | 0.15 | 265.56 | 0.41 | 0.74 |
| Hex | B9 | A2 | D8 | E | 19 | 0 | F | 10A | 29 | 4A |
| Octal | 271 | 242 | 330 | 16 | 31 | 0 | 17 | 412 | 51 | 112 |
| Binary | 10111001 | 10100010 | 11011000 | 1110 | 11001 | 0 | 1111 | 100001010 | 101001 | 1001010 |
Color Harmonies of #B9A2D8
Complementary color
Monochromatic Colors of #B9A2D8
Black with #B9A2D8
Text Example
Text Example
White with #B9A2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A2D8; }
p { color: rgb(185,162,216); }
H1.HeaderClassName
{
color: #B9A2D8;
}
.AnyTagClassName
{
color: #B9A2D8;
}
</style>
background-color css
<style>
a { background-color: #B9A2D8; }
a { background-color: rgb(185,162,216); }
div.DivClassName
{
background-color: #B9A2D8;
}
.BgClassName
{
background-color: #B9A2D8;
}
</style>
border-color css
<style>
span { border-color: #B9A2D8; }
span { border-color: rgb(185,162,216); }
td.TdClassName
{
border-color: #B9A2D8;
}
.TagClassName
{
border-color: #B9A2D8;
}
</style>