Shades of Lola #BCB5BE
Tints of Lola #BCB5BE
RGB
CMYK
RGB Variations
Color information
#BCB5BE (or 0xBCB5BE) is known color: Lola. HEX triplet: BC, B5 and BE. RGB value is (188,181,190). Sum of RGB (Red+Green+Blue) = 188+181+190=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 190 - color contains mainly: blue. Hex color #BCB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5BE is #434A41. Grayscale: #B8B8B8. Windows color (decimal): -4409922 or 12498364. OLE color: 12498364.
HSL color Cylindrical-coordinate representation of color #BCB5BE: hue angle of 286.67º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCB5BE is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 188 | 181 | 190 | - |
CMYK | 0.01 | 0.05 | 0 | 0.25 |
HSL | 286.67º | 0.06% | 0.73% | - |
HSV(B) | 286.67º | 0.05% | 0.75% | - |
XYZ | 46.56 | 47.46 | 55.42 | - |
YUV | 184.12 | 131.32 | 130.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 181 | 190 | 0.01 | 0.05 | 0 | 0.25 | 286.67 | 0.06 | 0.73 |
Hex | BC | B5 | BE | 1 | 5 | 0 | 19 | 11F | 6 | 49 |
Octal | 274 | 265 | 276 | 1 | 5 | 0 | 31 | 437 | 6 | 111 |
Binary | 10111100 | 10110101 | 10111110 | 1 | 101 | 0 | 11001 | 100011111 | 110 | 1001001 |
Color Harmonies of #BCB5BE
Complementary color
Monochromatic Colors of #BCB5BE
Black with #BCB5BE
Text Example
Text Example
White with #BCB5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5BE; }
p { color: rgb(188,181,190); }
H1.HeaderClassName
{
color: #BCB5BE;
}
.AnyTagClassName
{
color: #BCB5BE;
}
</style>
background-color css
<style>
a { background-color: #BCB5BE; }
a { background-color: rgb(188,181,190); }
div.DivClassName
{
background-color: #BCB5BE;
}
.BgClassName
{
background-color: #BCB5BE;
}
</style>
border-color css
<style>
span { border-color: #BCB5BE; }
span { border-color: rgb(188,181,190); }
td.TdClassName
{
border-color: #BCB5BE;
}
.TagClassName
{
border-color: #BCB5BE;
}
</style>