Shades of Lola #BCB4BD
Tints of Lola #BCB4BD
RGB
CMYK
RGB Variations
Color information
#BCB4BD (or 0xBCB4BD) is known color: Lola. HEX triplet: BC, B4 and BD. RGB value is (188,180,189). Sum of RGB (Red+Green+Blue) = 188+180+189=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 189 - color contains mainly: blue. Hex color #BCB4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB4BD is #434B42. Grayscale: #B7B7B7. Windows color (decimal): -4410179 or 12432572. OLE color: 12432572.
HSL color Cylindrical-coordinate representation of color #BCB4BD: hue angle of 293.33º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCB4BD is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 189 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.26 |
| HSL | 293.33º | 0.06% | 0.72% | - |
| HSV(B) | 293.33º | 0.05% | 0.74% | - |
| XYZ | 46.25 | 47.01 | 54.78 | - |
| YUV | 183.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 189 | 0.01 | 0.05 | 0 | 0.26 | 293.33 | 0.06 | 0.72 |
| Hex | BC | B4 | BD | 1 | 5 | 0 | 1A | 125 | 6 | 48 |
| Octal | 274 | 264 | 275 | 1 | 5 | 0 | 32 | 445 | 6 | 110 |
| Binary | 10111100 | 10110100 | 10111101 | 1 | 101 | 0 | 11010 | 100100101 | 110 | 1001000 |
Color Harmonies of #BCB4BD
Complementary color
Monochromatic Colors of #BCB4BD
Black with #BCB4BD
Text Example
Text Example
White with #BCB4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB4BD; }
p { color: rgb(188,180,189); }
H1.HeaderClassName
{
color: #BCB4BD;
}
.AnyTagClassName
{
color: #BCB4BD;
}
</style>
background-color css
<style>
a { background-color: #BCB4BD; }
a { background-color: rgb(188,180,189); }
div.DivClassName
{
background-color: #BCB4BD;
}
.BgClassName
{
background-color: #BCB4BD;
}
</style>
border-color css
<style>
span { border-color: #BCB4BD; }
span { border-color: rgb(188,180,189); }
td.TdClassName
{
border-color: #BCB4BD;
}
.TagClassName
{
border-color: #BCB4BD;
}
</style>