Shades of Perfume #BC9EFC
Tints of Perfume #BC9EFC
RGB
CMYK
RGB Variations
Color information
#BC9EFC (or 0xBC9EFC) is known color: Perfume. HEX triplet: BC, 9E and FC. RGB value is (188,158,252). Sum of RGB (Red+Green+Blue) = 188+158+252=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9EFC is #436103. Grayscale: #B1B1B1. Windows color (decimal): -4415748 or 16555708. OLE color: 16555708.
HSL color Cylindrical-coordinate representation of color #BC9EFC: hue angle of 259.15º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC9EFC is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 158 | 252 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.01 |
| HSL | 259.15º | 0.94% | 0.8% | - |
| HSV(B) | 259.15º | 0.37% | 0.99% | - |
| XYZ | 50.54 | 42.17 | 97.57 | - |
| YUV | 177.69 | 169.94 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 252 | 0.25 | 0.37 | 0 | 0.01 | 259.15 | 0.94 | 0.8 |
| Hex | BC | 9E | FC | 19 | 25 | 0 | 1 | 103 | 5E | 50 |
| Octal | 274 | 236 | 374 | 31 | 45 | 0 | 1 | 403 | 136 | 120 |
| Binary | 10111100 | 10011110 | 11111100 | 11001 | 100101 | 0 | 1 | 100000011 | 1011110 | 1010000 |
Color Harmonies of #BC9EFC
Complementary color
Monochromatic Colors of #BC9EFC
Black with #BC9EFC
Text Example
Text Example
White with #BC9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9EFC; }
p { color: rgb(188,158,252); }
H1.HeaderClassName
{
color: #BC9EFC;
}
.AnyTagClassName
{
color: #BC9EFC;
}
</style>
background-color css
<style>
a { background-color: #BC9EFC; }
a { background-color: rgb(188,158,252); }
div.DivClassName
{
background-color: #BC9EFC;
}
.BgClassName
{
background-color: #BC9EFC;
}
</style>
border-color css
<style>
span { border-color: #BC9EFC; }
span { border-color: rgb(188,158,252); }
td.TdClassName
{
border-color: #BC9EFC;
}
.TagClassName
{
border-color: #BC9EFC;
}
</style>