Shades of Perfume #B9A0FF
Tints of Perfume #B9A0FF
RGB
CMYK
RGB Variations
Color information
#B9A0FF (or 0xB9A0FF) is known color: Perfume. HEX triplet: B9, A0 and FF. RGB value is (185,160,255). Sum of RGB (Red+Green+Blue) = 185+160+255=600 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.83% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A0FF is #465F00. Grayscale: #B1B1B1. Windows color (decimal): -4611841 or 16752825. OLE color: 16752825.
HSL color Cylindrical-coordinate representation of color #B9A0FF: hue angle of 255.79º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9A0FF is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 160 | 255 | - |
| CMYK | 0.27 | 0.37 | 0 | 0 |
| HSL | 255.79º | 1% | 0.81% | - |
| HSV(B) | 255.79º | 0.37% | 1% | - |
| XYZ | 50.63 | 42.68 | 100.18 | - |
| YUV | 178.31 | 171.28 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 255 | 0.27 | 0.37 | 0 | 0 | 255.79 | 1 | 0.81 |
| Hex | B9 | A0 | FF | 1B | 25 | 0 | 0 | 100 | 64 | 51 |
| Octal | 271 | 240 | 377 | 33 | 45 | 0 | 0 | 400 | 144 | 121 |
| Binary | 10111001 | 10100000 | 11111111 | 11011 | 100101 | 0 | 0 | 100000000 | 1100100 | 1010001 |
Color Harmonies of #B9A0FF
Complementary color
Monochromatic Colors of #B9A0FF
Black with #B9A0FF
Text Example
Text Example
White with #B9A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A0FF; }
p { color: rgb(185,160,255); }
H1.HeaderClassName
{
color: #B9A0FF;
}
.AnyTagClassName
{
color: #B9A0FF;
}
</style>
background-color css
<style>
a { background-color: #B9A0FF; }
a { background-color: rgb(185,160,255); }
div.DivClassName
{
background-color: #B9A0FF;
}
.BgClassName
{
background-color: #B9A0FF;
}
</style>
border-color css
<style>
span { border-color: #B9A0FF; }
span { border-color: rgb(185,160,255); }
td.TdClassName
{
border-color: #B9A0FF;
}
.TagClassName
{
border-color: #B9A0FF;
}
</style>