Shades of Lola #BC99C5
Tints of Lola #BC99C5
RGB
CMYK
RGB Variations
Color information
#BC99C5 (or 0xBC99C5) is known color: Lola. HEX triplet: BC, 99 and C5. RGB value is (188,153,197). Sum of RGB (Red+Green+Blue) = 188+153+197=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC99C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99C5 is #43663A. Grayscale: #A8A8A8. Windows color (decimal): -4417083 or 12949948. OLE color: 12949948.
HSL color Cylindrical-coordinate representation of color #BC99C5: hue angle of 287.73º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC99C5 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 153 | 197 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.23 |
| HSL | 287.73º | 0.28% | 0.69% | - |
| HSV(B) | 287.73º | 0.22% | 0.77% | - |
| XYZ | 42.21 | 37.51 | 57.84 | - |
| YUV | 168.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 197 | 0.05 | 0.22 | 0 | 0.23 | 287.73 | 0.28 | 0.69 |
| Hex | BC | 99 | C5 | 5 | 16 | 0 | 17 | 120 | 1C | 45 |
| Octal | 274 | 231 | 305 | 5 | 26 | 0 | 27 | 440 | 34 | 105 |
| Binary | 10111100 | 10011001 | 11000101 | 101 | 10110 | 0 | 10111 | 100100000 | 11100 | 1000101 |
Color Harmonies of #BC99C5
Complementary color
Monochromatic Colors of #BC99C5
Black with #BC99C5
Text Example
Text Example
White with #BC99C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99C5; }
p { color: rgb(188,153,197); }
H1.HeaderClassName
{
color: #BC99C5;
}
.AnyTagClassName
{
color: #BC99C5;
}
</style>
background-color css
<style>
a { background-color: #BC99C5; }
a { background-color: rgb(188,153,197); }
div.DivClassName
{
background-color: #BC99C5;
}
.BgClassName
{
background-color: #BC99C5;
}
</style>
border-color css
<style>
span { border-color: #BC99C5; }
span { border-color: rgb(188,153,197); }
td.TdClassName
{
border-color: #BC99C5;
}
.TagClassName
{
border-color: #BC99C5;
}
</style>