Shades of Perfume #BC96E4
Tints of Perfume #BC96E4
RGB
CMYK
RGB Variations
Color information
#BC96E4 (or 0xBC96E4) is known color: Perfume. HEX triplet: BC, 96 and E4. RGB value is (188,150,228). Sum of RGB (Red+Green+Blue) = 188+150+228=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC96E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96E4 is #43691B. Grayscale: #A9A9A9. Windows color (decimal): -4417820 or 14980796. OLE color: 14980796.
HSL color Cylindrical-coordinate representation of color #BC96E4: hue angle of 269.23º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC96E4 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 150 | 228 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.11 |
| HSL | 269.23º | 0.59% | 0.74% | - |
| HSV(B) | 269.23º | 0.34% | 0.89% | - |
| XYZ | 45.65 | 38.11 | 78.35 | - |
| YUV | 170.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 228 | 0.18 | 0.34 | 0 | 0.11 | 269.23 | 0.59 | 0.74 |
| Hex | BC | 96 | E4 | 12 | 22 | 0 | B | 10D | 3B | 4A |
| Octal | 274 | 226 | 344 | 22 | 42 | 0 | 13 | 415 | 73 | 112 |
| Binary | 10111100 | 10010110 | 11100100 | 10010 | 100010 | 0 | 1011 | 100001101 | 111011 | 1001010 |
Color Harmonies of #BC96E4
Complementary color
Monochromatic Colors of #BC96E4
Black with #BC96E4
Text Example
Text Example
White with #BC96E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96E4; }
p { color: rgb(188,150,228); }
H1.HeaderClassName
{
color: #BC96E4;
}
.AnyTagClassName
{
color: #BC96E4;
}
</style>
background-color css
<style>
a { background-color: #BC96E4; }
a { background-color: rgb(188,150,228); }
div.DivClassName
{
background-color: #BC96E4;
}
.BgClassName
{
background-color: #BC96E4;
}
</style>
border-color css
<style>
span { border-color: #BC96E4; }
span { border-color: rgb(188,150,228); }
td.TdClassName
{
border-color: #BC96E4;
}
.TagClassName
{
border-color: #BC96E4;
}
</style>