Shades of Perfume #BC9EE9
Tints of Perfume #BC9EE9
RGB
CMYK
RGB Variations
Color information
#BC9EE9 (or 0xBC9EE9) is known color: Perfume. HEX triplet: BC, 9E and E9. RGB value is (188,158,233). Sum of RGB (Red+Green+Blue) = 188+158+233=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC9EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9EE9 is #436116. Grayscale: #AFAFAF. Windows color (decimal): -4415767 or 15310524. OLE color: 15310524.
HSL color Cylindrical-coordinate representation of color #BC9EE9: hue angle of 264º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC9EE9 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 158 | 233 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.09 |
| HSL | 264º | 0.63% | 0.77% | - |
| HSV(B) | 264º | 0.32% | 0.91% | - |
| XYZ | 47.67 | 41.03 | 82.5 | - |
| YUV | 175.52 | 160.44 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 233 | 0.19 | 0.32 | 0 | 0.09 | 264 | 0.63 | 0.77 |
| Hex | BC | 9E | E9 | 13 | 20 | 0 | 9 | 108 | 3F | 4D |
| Octal | 274 | 236 | 351 | 23 | 40 | 0 | 11 | 410 | 77 | 115 |
| Binary | 10111100 | 10011110 | 11101001 | 10011 | 100000 | 0 | 1001 | 100001000 | 111111 | 1001101 |
Color Harmonies of #BC9EE9
Complementary color
Monochromatic Colors of #BC9EE9
Black with #BC9EE9
Text Example
Text Example
White with #BC9EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9EE9; }
p { color: rgb(188,158,233); }
H1.HeaderClassName
{
color: #BC9EE9;
}
.AnyTagClassName
{
color: #BC9EE9;
}
</style>
background-color css
<style>
a { background-color: #BC9EE9; }
a { background-color: rgb(188,158,233); }
div.DivClassName
{
background-color: #BC9EE9;
}
.BgClassName
{
background-color: #BC9EE9;
}
</style>
border-color css
<style>
span { border-color: #BC9EE9; }
span { border-color: rgb(188,158,233); }
td.TdClassName
{
border-color: #BC9EE9;
}
.TagClassName
{
border-color: #BC9EE9;
}
</style>