Shades of Perfume #BC96EC
Tints of Perfume #BC96EC
RGB
CMYK
RGB Variations
Color information
#BC96EC (or 0xBC96EC) is known color: Perfume. HEX triplet: BC, 96 and EC. RGB value is (188,150,236). Sum of RGB (Red+Green+Blue) = 188+150+236=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC96EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC96EC is #436913. Grayscale: #AAAAAA. Windows color (decimal): -4417812 or 15505084. OLE color: 15505084.
HSL color Cylindrical-coordinate representation of color #BC96EC: hue angle of 266.51º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC96EC is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 150 | 236 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.07 |
| HSL | 266.51º | 0.69% | 0.76% | - |
| HSV(B) | 266.51º | 0.36% | 0.93% | - |
| XYZ | 46.79 | 38.56 | 84.33 | - |
| YUV | 171.17 | 164.59 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 236 | 0.20 | 0.36 | 0 | 0.07 | 266.51 | 0.69 | 0.76 |
| Hex | BC | 96 | EC | 14 | 24 | 0 | 7 | 10B | 45 | 4C |
| Octal | 274 | 226 | 354 | 24 | 44 | 0 | 7 | 413 | 105 | 114 |
| Binary | 10111100 | 10010110 | 11101100 | 10100 | 100100 | 0 | 111 | 100001011 | 1000101 | 1001100 |
Color Harmonies of #BC96EC
Complementary color
Monochromatic Colors of #BC96EC
Black with #BC96EC
Text Example
Text Example
White with #BC96EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96EC; }
p { color: rgb(188,150,236); }
H1.HeaderClassName
{
color: #BC96EC;
}
.AnyTagClassName
{
color: #BC96EC;
}
</style>
background-color css
<style>
a { background-color: #BC96EC; }
a { background-color: rgb(188,150,236); }
div.DivClassName
{
background-color: #BC96EC;
}
.BgClassName
{
background-color: #BC96EC;
}
</style>
border-color css
<style>
span { border-color: #BC96EC; }
span { border-color: rgb(188,150,236); }
td.TdClassName
{
border-color: #BC96EC;
}
.TagClassName
{
border-color: #BC96EC;
}
</style>