Shades of Perfume #BC96E2
Tints of Perfume #BC96E2
RGB
CMYK
RGB Variations
Color information
#BC96E2 (or 0xBC96E2) is known color: Perfume. HEX triplet: BC, 96 and E2. RGB value is (188,150,226). Sum of RGB (Red+Green+Blue) = 188+150+226=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 226 (88.67% from 255 or 40.07% from 564); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC96E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96E2 is #43691D. Grayscale: #A9A9A9. Windows color (decimal): -4417822 or 14849724. OLE color: 14849724.
HSL color Cylindrical-coordinate representation of color #BC96E2: hue angle of 270º degrees, saturation: 0.57, 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 #BC96E2 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 150 | 226 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.11 |
| HSL | 270º | 0.57% | 0.74% | - |
| HSV(B) | 270º | 0.34% | 0.89% | - |
| XYZ | 45.37 | 38 | 76.89 | - |
| YUV | 170.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 226 | 0.17 | 0.34 | 0 | 0.11 | 270 | 0.57 | 0.74 |
| Hex | BC | 96 | E2 | 11 | 22 | 0 | B | 10E | 39 | 4A |
| Octal | 274 | 226 | 342 | 21 | 42 | 0 | 13 | 416 | 71 | 112 |
| Binary | 10111100 | 10010110 | 11100010 | 10001 | 100010 | 0 | 1011 | 100001110 | 111001 | 1001010 |
Color Harmonies of #BC96E2
Complementary color
Monochromatic Colors of #BC96E2
Black with #BC96E2
Text Example
Text Example
White with #BC96E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96E2; }
p { color: rgb(188,150,226); }
H1.HeaderClassName
{
color: #BC96E2;
}
.AnyTagClassName
{
color: #BC96E2;
}
</style>
background-color css
<style>
a { background-color: #BC96E2; }
a { background-color: rgb(188,150,226); }
div.DivClassName
{
background-color: #BC96E2;
}
.BgClassName
{
background-color: #BC96E2;
}
</style>
border-color css
<style>
span { border-color: #BC96E2; }
span { border-color: rgb(188,150,226); }
td.TdClassName
{
border-color: #BC96E2;
}
.TagClassName
{
border-color: #BC96E2;
}
</style>