Shades of Perfume #B9A2E7
Tints of Perfume #B9A2E7
RGB
CMYK
RGB Variations
Color information
#B9A2E7 (or 0xB9A2E7) is known color: Perfume. HEX triplet: B9, A2 and E7. RGB value is (185,162,231). Sum of RGB (Red+Green+Blue) = 185+162+231=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 162 (63.67% from 255 or 28.03% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 231 - color contains mainly: blue. Hex color #B9A2E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9A2E7 is #465D18. Grayscale: #B0B0B0. Windows color (decimal): -4611353 or 15180473. OLE color: 15180473.
HSL color Cylindrical-coordinate representation of color #B9A2E7: hue angle of 260º degrees, saturation: 0.59, 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 #B9A2E7 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 162 | 231 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.09 |
| HSL | 260º | 0.59% | 0.77% | - |
| HSV(B) | 260º | 0.3% | 0.91% | - |
| XYZ | 47.35 | 41.92 | 81.2 | - |
| YUV | 176.74 | 158.62 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 231 | 0.20 | 0.30 | 0 | 0.09 | 260 | 0.59 | 0.77 |
| Hex | B9 | A2 | E7 | 14 | 1E | 0 | 9 | 104 | 3B | 4D |
| Octal | 271 | 242 | 347 | 24 | 36 | 0 | 11 | 404 | 73 | 115 |
| Binary | 10111001 | 10100010 | 11100111 | 10100 | 11110 | 0 | 1001 | 100000100 | 111011 | 1001101 |
Color Harmonies of #B9A2E7
Complementary color
Monochromatic Colors of #B9A2E7
Black with #B9A2E7
Text Example
Text Example
White with #B9A2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A2E7; }
p { color: rgb(185,162,231); }
H1.HeaderClassName
{
color: #B9A2E7;
}
.AnyTagClassName
{
color: #B9A2E7;
}
</style>
background-color css
<style>
a { background-color: #B9A2E7; }
a { background-color: rgb(185,162,231); }
div.DivClassName
{
background-color: #B9A2E7;
}
.BgClassName
{
background-color: #B9A2E7;
}
</style>
border-color css
<style>
span { border-color: #B9A2E7; }
span { border-color: rgb(185,162,231); }
td.TdClassName
{
border-color: #B9A2E7;
}
.TagClassName
{
border-color: #B9A2E7;
}
</style>