Shades of Perfume #B99ECE
Tints of Perfume #B99ECE
RGB
CMYK
RGB Variations
Color information
#B99ECE (or 0xB99ECE) is known color: Perfume. HEX triplet: B9, 9E and CE. RGB value is (185,158,206). Sum of RGB (Red+Green+Blue) = 185+158+206=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #B99ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ECE is #466131. Grayscale: #ABABAB. Windows color (decimal): -4612402 or 13541049. OLE color: 13541049.
HSL color Cylindrical-coordinate representation of color #B99ECE: hue angle of 273.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B99ECE is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 158 | 206 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.19 |
| HSL | 273.75º | 0.33% | 0.71% | - |
| HSV(B) | 273.75º | 0.23% | 0.81% | - |
| XYZ | 43.38 | 39.22 | 63.68 | - |
| YUV | 171.55 | 147.45 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 206 | 0.10 | 0.23 | 0 | 0.19 | 273.75 | 0.33 | 0.71 |
| Hex | B9 | 9E | CE | A | 17 | 0 | 13 | 112 | 21 | 47 |
| Octal | 271 | 236 | 316 | 12 | 27 | 0 | 23 | 422 | 41 | 107 |
| Binary | 10111001 | 10011110 | 11001110 | 1010 | 10111 | 0 | 10011 | 100010010 | 100001 | 1000111 |
Color Harmonies of #B99ECE
Complementary color
Monochromatic Colors of #B99ECE
Black with #B99ECE
Text Example
Text Example
White with #B99ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99ECE; }
p { color: rgb(185,158,206); }
H1.HeaderClassName
{
color: #B99ECE;
}
.AnyTagClassName
{
color: #B99ECE;
}
</style>
background-color css
<style>
a { background-color: #B99ECE; }
a { background-color: rgb(185,158,206); }
div.DivClassName
{
background-color: #B99ECE;
}
.BgClassName
{
background-color: #B99ECE;
}
</style>
border-color css
<style>
span { border-color: #B99ECE; }
span { border-color: rgb(185,158,206); }
td.TdClassName
{
border-color: #B99ECE;
}
.TagClassName
{
border-color: #B99ECE;
}
</style>