Shades of Perfume #B9A0EB
Tints of Perfume #B9A0EB
RGB
CMYK
RGB Variations
Color information
#B9A0EB (or 0xB9A0EB) is known color: Perfume. HEX triplet: B9, A0 and EB. RGB value is (185,160,235). Sum of RGB (Red+Green+Blue) = 185+160+235=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #B9A0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A0EB is #465F14. Grayscale: #AFAFAF. Windows color (decimal): -4611861 or 15442105. OLE color: 15442105.
HSL color Cylindrical-coordinate representation of color #B9A0EB: hue angle of 260º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9A0EB is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 160 | 235 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.08 |
| HSL | 260º | 0.65% | 0.77% | - |
| HSV(B) | 260º | 0.32% | 0.92% | - |
| XYZ | 47.57 | 41.45 | 84.09 | - |
| YUV | 176.03 | 161.28 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 235 | 0.21 | 0.32 | 0 | 0.08 | 260 | 0.65 | 0.77 |
| Hex | B9 | A0 | EB | 15 | 20 | 0 | 8 | 104 | 41 | 4D |
| Octal | 271 | 240 | 353 | 25 | 40 | 0 | 10 | 404 | 101 | 115 |
| Binary | 10111001 | 10100000 | 11101011 | 10101 | 100000 | 0 | 1000 | 100000100 | 1000001 | 1001101 |
Color Harmonies of #B9A0EB
Complementary color
Monochromatic Colors of #B9A0EB
Black with #B9A0EB
Text Example
Text Example
White with #B9A0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A0EB; }
p { color: rgb(185,160,235); }
H1.HeaderClassName
{
color: #B9A0EB;
}
.AnyTagClassName
{
color: #B9A0EB;
}
</style>
background-color css
<style>
a { background-color: #B9A0EB; }
a { background-color: rgb(185,160,235); }
div.DivClassName
{
background-color: #B9A0EB;
}
.BgClassName
{
background-color: #B9A0EB;
}
</style>
border-color css
<style>
span { border-color: #B9A0EB; }
span { border-color: rgb(185,160,235); }
td.TdClassName
{
border-color: #B9A0EB;
}
.TagClassName
{
border-color: #B9A0EB;
}
</style>