Shades of Perfume #BC99E8
Tints of Perfume #BC99E8
RGB
CMYK
RGB Variations
Color information
#BC99E8 (or 0xBC99E8) is known color: Perfume. HEX triplet: BC, 99 and E8. RGB value is (188,153,232). Sum of RGB (Red+Green+Blue) = 188+153+232=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC99E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC99E8 is #436617. Grayscale: #ACACAC. Windows color (decimal): -4417048 or 15243708. OLE color: 15243708.
HSL color Cylindrical-coordinate representation of color #BC99E8: hue angle of 266.58º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC99E8 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 153 | 232 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.09 |
| HSL | 266.58º | 0.63% | 0.75% | - |
| HSV(B) | 266.58º | 0.34% | 0.91% | - |
| XYZ | 46.7 | 39.3 | 81.47 | - |
| YUV | 172.47 | 161.6 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 232 | 0.19 | 0.34 | 0 | 0.09 | 266.58 | 0.63 | 0.75 |
| Hex | BC | 99 | E8 | 13 | 22 | 0 | 9 | 10B | 3F | 4B |
| Octal | 274 | 231 | 350 | 23 | 42 | 0 | 11 | 413 | 77 | 113 |
| Binary | 10111100 | 10011001 | 11101000 | 10011 | 100010 | 0 | 1001 | 100001011 | 111111 | 1001011 |
Color Harmonies of #BC99E8
Complementary color
Monochromatic Colors of #BC99E8
Black with #BC99E8
Text Example
Text Example
White with #BC99E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99E8; }
p { color: rgb(188,153,232); }
H1.HeaderClassName
{
color: #BC99E8;
}
.AnyTagClassName
{
color: #BC99E8;
}
</style>
background-color css
<style>
a { background-color: #BC99E8; }
a { background-color: rgb(188,153,232); }
div.DivClassName
{
background-color: #BC99E8;
}
.BgClassName
{
background-color: #BC99E8;
}
</style>
border-color css
<style>
span { border-color: #BC99E8; }
span { border-color: rgb(188,153,232); }
td.TdClassName
{
border-color: #BC99E8;
}
.TagClassName
{
border-color: #BC99E8;
}
</style>