Shades of Perfume #BC95E1
Tints of Perfume #BC95E1
RGB
CMYK
RGB Variations
Color information
#BC95E1 (or 0xBC95E1) is known color: Perfume. HEX triplet: BC, 95 and E1. RGB value is (188,149,225). Sum of RGB (Red+Green+Blue) = 188+149+225=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC95E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95E1 is #436A1E. Grayscale: #A9A9A9. Windows color (decimal): -4418079 or 14783932. OLE color: 14783932.
HSL color Cylindrical-coordinate representation of color #BC95E1: hue angle of 270.79º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC95E1 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 149 | 225 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.12 |
| HSL | 270.79º | 0.56% | 0.73% | - |
| HSV(B) | 270.79º | 0.34% | 0.88% | - |
| XYZ | 45.08 | 37.62 | 76.12 | - |
| YUV | 169.33 | 159.42 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 225 | 0.16 | 0.34 | 0 | 0.12 | 270.79 | 0.56 | 0.73 |
| Hex | BC | 95 | E1 | 10 | 22 | 0 | C | 10F | 38 | 49 |
| Octal | 274 | 225 | 341 | 20 | 42 | 0 | 14 | 417 | 70 | 111 |
| Binary | 10111100 | 10010101 | 11100001 | 10000 | 100010 | 0 | 1100 | 100001111 | 111000 | 1001001 |
Color Harmonies of #BC95E1
Complementary color
Monochromatic Colors of #BC95E1
Black with #BC95E1
Text Example
Text Example
White with #BC95E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC95E1; }
p { color: rgb(188,149,225); }
H1.HeaderClassName
{
color: #BC95E1;
}
.AnyTagClassName
{
color: #BC95E1;
}
</style>
background-color css
<style>
a { background-color: #BC95E1; }
a { background-color: rgb(188,149,225); }
div.DivClassName
{
background-color: #BC95E1;
}
.BgClassName
{
background-color: #BC95E1;
}
</style>
border-color css
<style>
span { border-color: #BC95E1; }
span { border-color: rgb(188,149,225); }
td.TdClassName
{
border-color: #BC95E1;
}
.TagClassName
{
border-color: #BC95E1;
}
</style>