Shades of Lola #BC9CC0
Tints of Lola #BC9CC0
RGB
CMYK
RGB Variations
Color information
#BC9CC0 (or 0xBC9CC0) is known color: Lola. HEX triplet: BC, 9C and C0. RGB value is (188,156,192). Sum of RGB (Red+Green+Blue) = 188+156+192=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC9CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CC0 is #43633F. Grayscale: #A9A9A9. Windows color (decimal): -4416320 or 12623036. OLE color: 12623036.
HSL color Cylindrical-coordinate representation of color #BC9CC0: hue angle of 293.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC9CC0 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 156 | 192 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.25 |
| HSL | 293.33º | 0.22% | 0.68% | - |
| HSV(B) | 293.33º | 0.19% | 0.75% | - |
| XYZ | 42.14 | 38.27 | 55.04 | - |
| YUV | 169.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 192 | 0.02 | 0.19 | 0 | 0.25 | 293.33 | 0.22 | 0.68 |
| Hex | BC | 9C | C0 | 2 | 13 | 0 | 19 | 125 | 16 | 44 |
| Octal | 274 | 234 | 300 | 2 | 23 | 0 | 31 | 445 | 26 | 104 |
| Binary | 10111100 | 10011100 | 11000000 | 10 | 10011 | 0 | 11001 | 100100101 | 10110 | 1000100 |
Color Harmonies of #BC9CC0
Complementary color
Monochromatic Colors of #BC9CC0
Black with #BC9CC0
Text Example
Text Example
White with #BC9CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CC0; }
p { color: rgb(188,156,192); }
H1.HeaderClassName
{
color: #BC9CC0;
}
.AnyTagClassName
{
color: #BC9CC0;
}
</style>
background-color css
<style>
a { background-color: #BC9CC0; }
a { background-color: rgb(188,156,192); }
div.DivClassName
{
background-color: #BC9CC0;
}
.BgClassName
{
background-color: #BC9CC0;
}
</style>
border-color css
<style>
span { border-color: #BC9CC0; }
span { border-color: rgb(188,156,192); }
td.TdClassName
{
border-color: #BC9CC0;
}
.TagClassName
{
border-color: #BC9CC0;
}
</style>