Shades of Perfume #B99ECD
Tints of Perfume #B99ECD
RGB
CMYK
RGB Variations
Color information
#B99ECD (or 0xB99ECD) is known color: Perfume. HEX triplet: B9, 9E and CD. RGB value is (185,158,205). Sum of RGB (Red+Green+Blue) = 185+158+205=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #B99ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99ECD is #466132. Grayscale: #ABABAB. Windows color (decimal): -4612403 or 13475513. OLE color: 13475513.
HSL color Cylindrical-coordinate representation of color #B99ECD: hue angle of 274.47º degrees, saturation: 0.32, 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 #B99ECD is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 158 | 205 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.20 |
| HSL | 274.47º | 0.32% | 0.71% | - |
| HSV(B) | 274.47º | 0.23% | 0.8% | - |
| XYZ | 43.25 | 39.18 | 63.04 | - |
| YUV | 171.43 | 146.95 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 205 | 0.10 | 0.23 | 0 | 0.20 | 274.47 | 0.32 | 0.71 |
| Hex | B9 | 9E | CD | A | 17 | 0 | 14 | 112 | 20 | 47 |
| Octal | 271 | 236 | 315 | 12 | 27 | 0 | 24 | 422 | 40 | 107 |
| Binary | 10111001 | 10011110 | 11001101 | 1010 | 10111 | 0 | 10100 | 100010010 | 100000 | 1000111 |
Color Harmonies of #B99ECD
Complementary color
Monochromatic Colors of #B99ECD
Black with #B99ECD
Text Example
Text Example
White with #B99ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99ECD; }
p { color: rgb(185,158,205); }
H1.HeaderClassName
{
color: #B99ECD;
}
.AnyTagClassName
{
color: #B99ECD;
}
</style>
background-color css
<style>
a { background-color: #B99ECD; }
a { background-color: rgb(185,158,205); }
div.DivClassName
{
background-color: #B99ECD;
}
.BgClassName
{
background-color: #B99ECD;
}
</style>
border-color css
<style>
span { border-color: #B99ECD; }
span { border-color: rgb(185,158,205); }
td.TdClassName
{
border-color: #B99ECD;
}
.TagClassName
{
border-color: #B99ECD;
}
</style>