Shades of Perfume #BC95E2
Tints of Perfume #BC95E2
RGB
CMYK
RGB Variations
Color information
#BC95E2 (or 0xBC95E2) is known color: Perfume. HEX triplet: BC, 95 and E2. RGB value is (188,149,226). Sum of RGB (Red+Green+Blue) = 188+149+226=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 226 (88.67% from 255 or 40.14% from 563); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC95E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95E2 is #436A1D. Grayscale: #A9A9A9. Windows color (decimal): -4418078 or 14849468. OLE color: 14849468.
HSL color Cylindrical-coordinate representation of color #BC95E2: hue angle of 270.39º 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 #BC95E2 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 149 | 226 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.11 |
| HSL | 270.39º | 0.57% | 0.74% | - |
| HSV(B) | 270.39º | 0.34% | 0.89% | - |
| XYZ | 45.21 | 37.68 | 76.84 | - |
| YUV | 169.44 | 159.92 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 226 | 0.17 | 0.34 | 0 | 0.11 | 270.39 | 0.57 | 0.74 |
| Hex | BC | 95 | E2 | 11 | 22 | 0 | B | 10E | 39 | 4A |
| Octal | 274 | 225 | 342 | 21 | 42 | 0 | 13 | 416 | 71 | 112 |
| Binary | 10111100 | 10010101 | 11100010 | 10001 | 100010 | 0 | 1011 | 100001110 | 111001 | 1001010 |
Color Harmonies of #BC95E2
Complementary color
Monochromatic Colors of #BC95E2
Black with #BC95E2
Text Example
Text Example
White with #BC95E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC95E2; }
p { color: rgb(188,149,226); }
H1.HeaderClassName
{
color: #BC95E2;
}
.AnyTagClassName
{
color: #BC95E2;
}
</style>
background-color css
<style>
a { background-color: #BC95E2; }
a { background-color: rgb(188,149,226); }
div.DivClassName
{
background-color: #BC95E2;
}
.BgClassName
{
background-color: #BC95E2;
}
</style>
border-color css
<style>
span { border-color: #BC95E2; }
span { border-color: rgb(188,149,226); }
td.TdClassName
{
border-color: #BC95E2;
}
.TagClassName
{
border-color: #BC95E2;
}
</style>