Shades of Perfume #BC96FF
Tints of Perfume #BC96FF
RGB
CMYK
RGB Variations
Color information
#BC96FF (or 0xBC96FF) is known color: Perfume. HEX triplet: BC, 96 and FF. RGB value is (188,150,255). Sum of RGB (Red+Green+Blue) = 188+150+255=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC96FF is #436900. Grayscale: #ACACAC. Windows color (decimal): -4417793 or 16750268. OLE color: 16750268.
HSL color Cylindrical-coordinate representation of color #BC96FF: hue angle of 261.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC96FF is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 150 | 255 | - |
| CMYK | 0.26 | 0.41 | 0 | 0 |
| HSL | 261.71º | 1% | 0.79% | - |
| HSV(B) | 261.71º | 0.41% | 1% | - |
| XYZ | 49.7 | 39.72 | 99.66 | - |
| YUV | 173.33 | 174.09 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 255 | 0.26 | 0.41 | 0 | 0 | 261.71 | 1 | 0.79 |
| Hex | BC | 96 | FF | 1A | 29 | 0 | 0 | 106 | 64 | 4F |
| Octal | 274 | 226 | 377 | 32 | 51 | 0 | 0 | 406 | 144 | 117 |
| Binary | 10111100 | 10010110 | 11111111 | 11010 | 101001 | 0 | 0 | 100000110 | 1100100 | 1001111 |
Color Harmonies of #BC96FF
Complementary color
Monochromatic Colors of #BC96FF
Black with #BC96FF
Text Example
Text Example
White with #BC96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96FF; }
p { color: rgb(188,150,255); }
H1.HeaderClassName
{
color: #BC96FF;
}
.AnyTagClassName
{
color: #BC96FF;
}
</style>
background-color css
<style>
a { background-color: #BC96FF; }
a { background-color: rgb(188,150,255); }
div.DivClassName
{
background-color: #BC96FF;
}
.BgClassName
{
background-color: #BC96FF;
}
</style>
border-color css
<style>
span { border-color: #BC96FF; }
span { border-color: rgb(188,150,255); }
td.TdClassName
{
border-color: #BC96FF;
}
.TagClassName
{
border-color: #BC96FF;
}
</style>