Shades of Lola #BC9EC7
Tints of Lola #BC9EC7
RGB
CMYK
RGB Variations
Color information
#BC9EC7 (or 0xBC9EC7) is known color: Lola. HEX triplet: BC, 9E and C7. RGB value is (188,158,199). Sum of RGB (Red+Green+Blue) = 188+158+199=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC9EC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EC7 is #436138. Grayscale: #ABABAB. Windows color (decimal): -4415801 or 13082300. OLE color: 13082300.
HSL color Cylindrical-coordinate representation of color #BC9EC7: hue angle of 283.9º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC9EC7 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 158 | 199 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.22 |
| HSL | 283.9º | 0.27% | 0.7% | - |
| HSV(B) | 283.9º | 0.21% | 0.78% | - |
| XYZ | 43.27 | 39.27 | 59.33 | - |
| YUV | 171.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 199 | 0.06 | 0.21 | 0 | 0.22 | 283.9 | 0.27 | 0.7 |
| Hex | BC | 9E | C7 | 6 | 15 | 0 | 16 | 11C | 1B | 46 |
| Octal | 274 | 236 | 307 | 6 | 25 | 0 | 26 | 434 | 33 | 106 |
| Binary | 10111100 | 10011110 | 11000111 | 110 | 10101 | 0 | 10110 | 100011100 | 11011 | 1000110 |
Color Harmonies of #BC9EC7
Complementary color
Monochromatic Colors of #BC9EC7
Black with #BC9EC7
Text Example
Text Example
White with #BC9EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9EC7; }
p { color: rgb(188,158,199); }
H1.HeaderClassName
{
color: #BC9EC7;
}
.AnyTagClassName
{
color: #BC9EC7;
}
</style>
background-color css
<style>
a { background-color: #BC9EC7; }
a { background-color: rgb(188,158,199); }
div.DivClassName
{
background-color: #BC9EC7;
}
.BgClassName
{
background-color: #BC9EC7;
}
</style>
border-color css
<style>
span { border-color: #BC9EC7; }
span { border-color: rgb(188,158,199); }
td.TdClassName
{
border-color: #BC9EC7;
}
.TagClassName
{
border-color: #BC9EC7;
}
</style>