Shades of Perfume #BC9EFF
Tints of Perfume #BC9EFF
RGB
CMYK
RGB Variations
Color information
#BC9EFF (or 0xBC9EFF) is known color: Perfume. HEX triplet: BC, 9E and FF. RGB value is (188,158,255). Sum of RGB (Red+Green+Blue) = 188+158+255=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9EFF is #436100. Grayscale: #B1B1B1. Windows color (decimal): -4415745 or 16752316. OLE color: 16752316.
HSL color Cylindrical-coordinate representation of color #BC9EFF: hue angle of 258.56º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC9EFF is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 158 | 255 | - |
| CMYK | 0.26 | 0.38 | 0 | 0 |
| HSL | 258.56º | 1% | 0.81% | - |
| HSV(B) | 258.56º | 0.38% | 1% | - |
| XYZ | 51.02 | 42.37 | 100.1 | - |
| YUV | 178.03 | 171.44 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 255 | 0.26 | 0.38 | 0 | 0 | 258.56 | 1 | 0.81 |
| Hex | BC | 9E | FF | 1A | 26 | 0 | 0 | 103 | 64 | 51 |
| Octal | 274 | 236 | 377 | 32 | 46 | 0 | 0 | 403 | 144 | 121 |
| Binary | 10111100 | 10011110 | 11111111 | 11010 | 100110 | 0 | 0 | 100000011 | 1100100 | 1010001 |
Color Harmonies of #BC9EFF
Complementary color
Monochromatic Colors of #BC9EFF
Black with #BC9EFF
Text Example
Text Example
White with #BC9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9EFF; }
p { color: rgb(188,158,255); }
H1.HeaderClassName
{
color: #BC9EFF;
}
.AnyTagClassName
{
color: #BC9EFF;
}
</style>
background-color css
<style>
a { background-color: #BC9EFF; }
a { background-color: rgb(188,158,255); }
div.DivClassName
{
background-color: #BC9EFF;
}
.BgClassName
{
background-color: #BC9EFF;
}
</style>
border-color css
<style>
span { border-color: #BC9EFF; }
span { border-color: rgb(188,158,255); }
td.TdClassName
{
border-color: #BC9EFF;
}
.TagClassName
{
border-color: #BC9EFF;
}
</style>