Shades of Perfume #B9A0E9
Tints of Perfume #B9A0E9
RGB
CMYK
RGB Variations
Color information
#B9A0E9 (or 0xB9A0E9) is known color: Perfume. HEX triplet: B9, A0 and E9. RGB value is (185,160,233). Sum of RGB (Red+Green+Blue) = 185+160+233=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 160 (62.89% from 255 or 27.68% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 233 - color contains mainly: blue. Hex color #B9A0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A0E9 is #465F16. Grayscale: #AFAFAF. Windows color (decimal): -4611863 or 15311033. OLE color: 15311033.
HSL color Cylindrical-coordinate representation of color #B9A0E9: hue angle of 260.55º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9A0E9 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 160 | 233 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.09 |
| HSL | 260.55º | 0.62% | 0.77% | - |
| HSV(B) | 260.55º | 0.31% | 0.91% | - |
| XYZ | 47.29 | 41.34 | 82.58 | - |
| YUV | 175.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 233 | 0.21 | 0.31 | 0 | 0.09 | 260.55 | 0.62 | 0.77 |
| Hex | B9 | A0 | E9 | 15 | 1F | 0 | 9 | 105 | 3E | 4D |
| Octal | 271 | 240 | 351 | 25 | 37 | 0 | 11 | 405 | 76 | 115 |
| Binary | 10111001 | 10100000 | 11101001 | 10101 | 11111 | 0 | 1001 | 100000101 | 111110 | 1001101 |
Color Harmonies of #B9A0E9
Complementary color
Monochromatic Colors of #B9A0E9
Black with #B9A0E9
Text Example
Text Example
White with #B9A0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A0E9; }
p { color: rgb(185,160,233); }
H1.HeaderClassName
{
color: #B9A0E9;
}
.AnyTagClassName
{
color: #B9A0E9;
}
</style>
background-color css
<style>
a { background-color: #B9A0E9; }
a { background-color: rgb(185,160,233); }
div.DivClassName
{
background-color: #B9A0E9;
}
.BgClassName
{
background-color: #B9A0E9;
}
</style>
border-color css
<style>
span { border-color: #B9A0E9; }
span { border-color: rgb(185,160,233); }
td.TdClassName
{
border-color: #B9A0E9;
}
.TagClassName
{
border-color: #B9A0E9;
}
</style>