Shades of Lola #BCB5BD
Tints of Lola #BCB5BD
RGB
CMYK
RGB Variations
Color information
#BCB5BD (or 0xBCB5BD) is known color: Lola. HEX triplet: BC, B5 and BD. RGB value is (188,181,189). Sum of RGB (Red+Green+Blue) = 188+181+189=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCB5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5BD is #434A42. Grayscale: #B7B7B7. Windows color (decimal): -4409923 or 12432828. OLE color: 12432828.
HSL color Cylindrical-coordinate representation of color #BCB5BD: hue angle of 292.5º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCB5BD is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 181 | 189 | - |
CMYK | 0.01 | 0.04 | 0 | 0.26 |
HSL | 292.5º | 0.06% | 0.73% | - |
HSV(B) | 292.5º | 0.04% | 0.74% | - |
XYZ | 46.45 | 47.41 | 54.85 | - |
YUV | 184.01 | 130.82 | 130.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 181 | 189 | 0.01 | 0.04 | 0 | 0.26 | 292.5 | 0.06 | 0.73 |
Hex | BC | B5 | BD | 1 | 4 | 0 | 1A | 124 | 6 | 49 |
Octal | 274 | 265 | 275 | 1 | 4 | 0 | 32 | 444 | 6 | 111 |
Binary | 10111100 | 10110101 | 10111101 | 1 | 100 | 0 | 11010 | 100100100 | 110 | 1001001 |
Color Harmonies of #BCB5BD
Complementary color
Monochromatic Colors of #BCB5BD
Black with #BCB5BD
Text Example
Text Example
White with #BCB5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5BD; }
p { color: rgb(188,181,189); }
H1.HeaderClassName
{
color: #BCB5BD;
}
.AnyTagClassName
{
color: #BCB5BD;
}
</style>
background-color css
<style>
a { background-color: #BCB5BD; }
a { background-color: rgb(188,181,189); }
div.DivClassName
{
background-color: #BCB5BD;
}
.BgClassName
{
background-color: #BCB5BD;
}
</style>
border-color css
<style>
span { border-color: #BCB5BD; }
span { border-color: rgb(188,181,189); }
td.TdClassName
{
border-color: #BCB5BD;
}
.TagClassName
{
border-color: #BCB5BD;
}
</style>