Shades of Perfume #B9A0CF
Tints of Perfume #B9A0CF
RGB
CMYK
RGB Variations
Color information
#B9A0CF (or 0xB9A0CF) is known color: Perfume. HEX triplet: B9, A0 and CF. RGB value is (185,160,207). Sum of RGB (Red+Green+Blue) = 185+160+207=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9A0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A0CF is #465F30. Grayscale: #ACACAC. Windows color (decimal): -4611889 or 13607097. OLE color: 13607097.
HSL color Cylindrical-coordinate representation of color #B9A0CF: hue angle of 271.91º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9A0CF is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 160 | 207 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.19 |
| HSL | 271.91º | 0.33% | 0.72% | - |
| HSV(B) | 271.91º | 0.23% | 0.81% | - |
| XYZ | 43.84 | 39.96 | 64.43 | - |
| YUV | 172.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 207 | 0.11 | 0.23 | 0 | 0.19 | 271.91 | 0.33 | 0.72 |
| Hex | B9 | A0 | CF | B | 17 | 0 | 13 | 110 | 21 | 48 |
| Octal | 271 | 240 | 317 | 13 | 27 | 0 | 23 | 420 | 41 | 110 |
| Binary | 10111001 | 10100000 | 11001111 | 1011 | 10111 | 0 | 10011 | 100010000 | 100001 | 1001000 |
Color Harmonies of #B9A0CF
Complementary color
Monochromatic Colors of #B9A0CF
Black with #B9A0CF
Text Example
Text Example
White with #B9A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A0CF; }
p { color: rgb(185,160,207); }
H1.HeaderClassName
{
color: #B9A0CF;
}
.AnyTagClassName
{
color: #B9A0CF;
}
</style>
background-color css
<style>
a { background-color: #B9A0CF; }
a { background-color: rgb(185,160,207); }
div.DivClassName
{
background-color: #B9A0CF;
}
.BgClassName
{
background-color: #B9A0CF;
}
</style>
border-color css
<style>
span { border-color: #B9A0CF; }
span { border-color: rgb(185,160,207); }
td.TdClassName
{
border-color: #B9A0CF;
}
.TagClassName
{
border-color: #B9A0CF;
}
</style>