Shades of Lola #BC99C3
Tints of Lola #BC99C3
RGB
CMYK
RGB Variations
Color information
#BC99C3 (or 0xBC99C3) is known color: Lola. HEX triplet: BC, 99 and C3. RGB value is (188,153,195). Sum of RGB (Red+Green+Blue) = 188+153+195=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC99C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99C3 is #43663C. Grayscale: #A8A8A8. Windows color (decimal): -4417085 or 12818876. OLE color: 12818876.
HSL color Cylindrical-coordinate representation of color #BC99C3: hue angle of 290º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC99C3 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 153 | 195 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.24 |
| HSL | 290º | 0.26% | 0.68% | - |
| HSV(B) | 290º | 0.22% | 0.76% | - |
| XYZ | 41.98 | 37.41 | 56.64 | - |
| YUV | 168.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 195 | 0.04 | 0.22 | 0 | 0.24 | 290 | 0.26 | 0.68 |
| Hex | BC | 99 | C3 | 4 | 16 | 0 | 18 | 122 | 1A | 44 |
| Octal | 274 | 231 | 303 | 4 | 26 | 0 | 30 | 442 | 32 | 104 |
| Binary | 10111100 | 10011001 | 11000011 | 100 | 10110 | 0 | 11000 | 100100010 | 11010 | 1000100 |
Color Harmonies of #BC99C3
Complementary color
Monochromatic Colors of #BC99C3
Black with #BC99C3
Text Example
Text Example
White with #BC99C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99C3; }
p { color: rgb(188,153,195); }
H1.HeaderClassName
{
color: #BC99C3;
}
.AnyTagClassName
{
color: #BC99C3;
}
</style>
background-color css
<style>
a { background-color: #BC99C3; }
a { background-color: rgb(188,153,195); }
div.DivClassName
{
background-color: #BC99C3;
}
.BgClassName
{
background-color: #BC99C3;
}
</style>
border-color css
<style>
span { border-color: #BC99C3; }
span { border-color: rgb(188,153,195); }
td.TdClassName
{
border-color: #BC99C3;
}
.TagClassName
{
border-color: #BC99C3;
}
</style>