Shades of Perfume #B99ECC
Tints of Perfume #B99ECC
RGB
CMYK
RGB Variations
Color information
#B99ECC (or 0xB99ECC) is known color: Perfume. HEX triplet: B9, 9E and CC. RGB value is (185,158,204). Sum of RGB (Red+Green+Blue) = 185+158+204=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #B99ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ECC is #466133. Grayscale: #ABABAB. Windows color (decimal): -4612404 or 13409977. OLE color: 13409977.
HSL color Cylindrical-coordinate representation of color #B99ECC: hue angle of 275.22º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B99ECC is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 158 | 204 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.2 |
| HSL | 275.22º | 0.31% | 0.71% | - |
| HSV(B) | 275.22º | 0.23% | 0.8% | - |
| XYZ | 43.13 | 39.13 | 62.41 | - |
| YUV | 171.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 204 | 0.09 | 0.23 | 0 | 0.2 | 275.22 | 0.31 | 0.71 |
| Hex | B9 | 9E | CC | 9 | 17 | 0 | 14 | 113 | 1F | 47 |
| Octal | 271 | 236 | 314 | 11 | 27 | 0 | 24 | 423 | 37 | 107 |
| Binary | 10111001 | 10011110 | 11001100 | 1001 | 10111 | 0 | 10100 | 100010011 | 11111 | 1000111 |
Color Harmonies of #B99ECC
Complementary color
Monochromatic Colors of #B99ECC
Black with #B99ECC
Text Example
Text Example
White with #B99ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99ECC; }
p { color: rgb(185,158,204); }
H1.HeaderClassName
{
color: #B99ECC;
}
.AnyTagClassName
{
color: #B99ECC;
}
</style>
background-color css
<style>
a { background-color: #B99ECC; }
a { background-color: rgb(185,158,204); }
div.DivClassName
{
background-color: #B99ECC;
}
.BgClassName
{
background-color: #B99ECC;
}
</style>
border-color css
<style>
span { border-color: #B99ECC; }
span { border-color: rgb(185,158,204); }
td.TdClassName
{
border-color: #B99ECC;
}
.TagClassName
{
border-color: #B99ECC;
}
</style>