Shades of Perfume #B9A2E9
Tints of Perfume #B9A2E9
RGB
CMYK
RGB Variations
Color information
#B9A2E9 (or 0xB9A2E9) is known color: Perfume. HEX triplet: B9, A2 and E9. RGB value is (185,162,233). Sum of RGB (Red+Green+Blue) = 185+162+233=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 162 (63.67% from 255 or 27.93% from 580); Blue value is 233 (91.41% from 255 or 40.17% from 580); Max value from RGB is 233 - color contains mainly: blue. Hex color #B9A2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A2E9 is #465D16. Grayscale: #B0B0B0. Windows color (decimal): -4611351 or 15311545. OLE color: 15311545.
HSL color Cylindrical-coordinate representation of color #B9A2E9: hue angle of 259.44º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9A2E9 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 162 | 233 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.09 |
| HSL | 259.44º | 0.62% | 0.77% | - |
| HSV(B) | 259.44º | 0.3% | 0.91% | - |
| XYZ | 47.64 | 42.04 | 82.69 | - |
| YUV | 176.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 233 | 0.21 | 0.30 | 0 | 0.09 | 259.44 | 0.62 | 0.77 |
| Hex | B9 | A2 | E9 | 15 | 1E | 0 | 9 | 103 | 3E | 4D |
| Octal | 271 | 242 | 351 | 25 | 36 | 0 | 11 | 403 | 76 | 115 |
| Binary | 10111001 | 10100010 | 11101001 | 10101 | 11110 | 0 | 1001 | 100000011 | 111110 | 1001101 |
Color Harmonies of #B9A2E9
Complementary color
Monochromatic Colors of #B9A2E9
Black with #B9A2E9
Text Example
Text Example
White with #B9A2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A2E9; }
p { color: rgb(185,162,233); }
H1.HeaderClassName
{
color: #B9A2E9;
}
.AnyTagClassName
{
color: #B9A2E9;
}
</style>
background-color css
<style>
a { background-color: #B9A2E9; }
a { background-color: rgb(185,162,233); }
div.DivClassName
{
background-color: #B9A2E9;
}
.BgClassName
{
background-color: #B9A2E9;
}
</style>
border-color css
<style>
span { border-color: #B9A2E9; }
span { border-color: rgb(185,162,233); }
td.TdClassName
{
border-color: #B9A2E9;
}
.TagClassName
{
border-color: #B9A2E9;
}
</style>