Shades of Perfume #B9A2E2
Tints of Perfume #B9A2E2
RGB
CMYK
RGB Variations
Color information
#B9A2E2 (or 0xB9A2E2) is known color: Perfume. HEX triplet: B9, A2 and E2. RGB value is (185,162,226). Sum of RGB (Red+Green+Blue) = 185+162+226=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 226 (88.67% from 255 or 39.44% from 573); Max value from RGB is 226 - color contains mainly: blue. Hex color #B9A2E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A2E2 is #465D1D. Grayscale: #AFAFAF. Windows color (decimal): -4611358 or 14852793. OLE color: 14852793.
HSL color Cylindrical-coordinate representation of color #B9A2E2: hue angle of 261.56º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9A2E2 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 162 | 226 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.11 |
| HSL | 261.56º | 0.52% | 0.76% | - |
| HSV(B) | 261.56º | 0.28% | 0.89% | - |
| XYZ | 46.66 | 41.65 | 77.53 | - |
| YUV | 176.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 162 | 226 | 0.18 | 0.28 | 0 | 0.11 | 261.56 | 0.52 | 0.76 |
| Hex | B9 | A2 | E2 | 12 | 1C | 0 | B | 106 | 34 | 4C |
| Octal | 271 | 242 | 342 | 22 | 34 | 0 | 13 | 406 | 64 | 114 |
| Binary | 10111001 | 10100010 | 11100010 | 10010 | 11100 | 0 | 1011 | 100000110 | 110100 | 1001100 |
Color Harmonies of #B9A2E2
Complementary color
Monochromatic Colors of #B9A2E2
Black with #B9A2E2
Text Example
Text Example
White with #B9A2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A2E2; }
p { color: rgb(185,162,226); }
H1.HeaderClassName
{
color: #B9A2E2;
}
.AnyTagClassName
{
color: #B9A2E2;
}
</style>
background-color css
<style>
a { background-color: #B9A2E2; }
a { background-color: rgb(185,162,226); }
div.DivClassName
{
background-color: #B9A2E2;
}
.BgClassName
{
background-color: #B9A2E2;
}
</style>
border-color css
<style>
span { border-color: #B9A2E2; }
span { border-color: rgb(185,162,226); }
td.TdClassName
{
border-color: #B9A2E2;
}
.TagClassName
{
border-color: #B9A2E2;
}
</style>