Shades of Perfume #B9A8CD
Tints of Perfume #B9A8CD
RGB
CMYK
RGB Variations
Color information
#B9A8CD (or 0xB9A8CD) is known color: Perfume. HEX triplet: B9, A8 and CD. RGB value is (185,168,205). Sum of RGB (Red+Green+Blue) = 185+168+205=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9A8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A8CD is #465732. Grayscale: #B1B1B1. Windows color (decimal): -4609843 or 13478073. OLE color: 13478073.
HSL color Cylindrical-coordinate representation of color #B9A8CD: hue angle of 267.57º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9A8CD is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 185 | 168 | 205 | - |
CMYK | 0.10 | 0.18 | 0 | 0.20 |
HSL | 267.57º | 0.27% | 0.73% | - |
HSV(B) | 267.57º | 0.18% | 0.8% | - |
XYZ | 45.03 | 42.73 | 63.63 | - |
YUV | 177.3 | 143.63 | 133.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 168 | 205 | 0.10 | 0.18 | 0 | 0.20 | 267.57 | 0.27 | 0.73 |
Hex | B9 | A8 | CD | A | 12 | 0 | 14 | 10C | 1B | 49 |
Octal | 271 | 250 | 315 | 12 | 22 | 0 | 24 | 414 | 33 | 111 |
Binary | 10111001 | 10101000 | 11001101 | 1010 | 10010 | 0 | 10100 | 100001100 | 11011 | 1001001 |
Color Harmonies of #B9A8CD
Complementary color
Monochromatic Colors of #B9A8CD
Black with #B9A8CD
Text Example
Text Example
White with #B9A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A8CD; }
p { color: rgb(185,168,205); }
H1.HeaderClassName
{
color: #B9A8CD;
}
.AnyTagClassName
{
color: #B9A8CD;
}
</style>
background-color css
<style>
a { background-color: #B9A8CD; }
a { background-color: rgb(185,168,205); }
div.DivClassName
{
background-color: #B9A8CD;
}
.BgClassName
{
background-color: #B9A8CD;
}
</style>
border-color css
<style>
span { border-color: #B9A8CD; }
span { border-color: rgb(185,168,205); }
td.TdClassName
{
border-color: #B9A8CD;
}
.TagClassName
{
border-color: #B9A8CD;
}
</style>