Shades of Lola #BC9EC5
Tints of Lola #BC9EC5
RGB
CMYK
RGB Variations
Color information
#BC9EC5 (or 0xBC9EC5) is known color: Lola. HEX triplet: BC, 9E and C5. RGB value is (188,158,197). Sum of RGB (Red+Green+Blue) = 188+158+197=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC9EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EC5 is #43613A. Grayscale: #ABABAB. Windows color (decimal): -4415803 or 12951228. OLE color: 12951228.
HSL color Cylindrical-coordinate representation of color #BC9EC5: hue angle of 286.15º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC9EC5 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 158 | 197 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.23 |
| HSL | 286.15º | 0.25% | 0.7% | - |
| HSV(B) | 286.15º | 0.2% | 0.77% | - |
| XYZ | 43.04 | 39.18 | 58.12 | - |
| YUV | 171.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 197 | 0.05 | 0.20 | 0 | 0.23 | 286.15 | 0.25 | 0.7 |
| Hex | BC | 9E | C5 | 5 | 14 | 0 | 17 | 11E | 19 | 46 |
| Octal | 274 | 236 | 305 | 5 | 24 | 0 | 27 | 436 | 31 | 106 |
| Binary | 10111100 | 10011110 | 11000101 | 101 | 10100 | 0 | 10111 | 100011110 | 11001 | 1000110 |
Color Harmonies of #BC9EC5
Complementary color
Monochromatic Colors of #BC9EC5
Black with #BC9EC5
Text Example
Text Example
White with #BC9EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9EC5; }
p { color: rgb(188,158,197); }
H1.HeaderClassName
{
color: #BC9EC5;
}
.AnyTagClassName
{
color: #BC9EC5;
}
</style>
background-color css
<style>
a { background-color: #BC9EC5; }
a { background-color: rgb(188,158,197); }
div.DivClassName
{
background-color: #BC9EC5;
}
.BgClassName
{
background-color: #BC9EC5;
}
</style>
border-color css
<style>
span { border-color: #BC9EC5; }
span { border-color: rgb(188,158,197); }
td.TdClassName
{
border-color: #BC9EC5;
}
.TagClassName
{
border-color: #BC9EC5;
}
</style>