Shades of Lola #BC9BC2
Tints of Lola #BC9BC2
RGB
CMYK
RGB Variations
Color information
#BC9BC2 (or 0xBC9BC2) is known color: Lola. HEX triplet: BC, 9B and C2. RGB value is (188,155,194). Sum of RGB (Red+Green+Blue) = 188+155+194=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC9BC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BC2 is #43643D. Grayscale: #A9A9A9. Windows color (decimal): -4416574 or 12753852. OLE color: 12753852.
HSL color Cylindrical-coordinate representation of color #BC9BC2: hue angle of 290.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC9BC2 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 155 | 194 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.24 |
| HSL | 290.77º | 0.24% | 0.68% | - |
| HSV(B) | 290.77º | 0.2% | 0.76% | - |
| XYZ | 42.2 | 38.03 | 56.16 | - |
| YUV | 169.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 194 | 0.03 | 0.20 | 0 | 0.24 | 290.77 | 0.24 | 0.68 |
| Hex | BC | 9B | C2 | 3 | 14 | 0 | 18 | 123 | 18 | 44 |
| Octal | 274 | 233 | 302 | 3 | 24 | 0 | 30 | 443 | 30 | 104 |
| Binary | 10111100 | 10011011 | 11000010 | 11 | 10100 | 0 | 11000 | 100100011 | 11000 | 1000100 |
Color Harmonies of #BC9BC2
Complementary color
Monochromatic Colors of #BC9BC2
Black with #BC9BC2
Text Example
Text Example
White with #BC9BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BC2; }
p { color: rgb(188,155,194); }
H1.HeaderClassName
{
color: #BC9BC2;
}
.AnyTagClassName
{
color: #BC9BC2;
}
</style>
background-color css
<style>
a { background-color: #BC9BC2; }
a { background-color: rgb(188,155,194); }
div.DivClassName
{
background-color: #BC9BC2;
}
.BgClassName
{
background-color: #BC9BC2;
}
</style>
border-color css
<style>
span { border-color: #BC9BC2; }
span { border-color: rgb(188,155,194); }
td.TdClassName
{
border-color: #BC9BC2;
}
.TagClassName
{
border-color: #BC9BC2;
}
</style>