Shades of Lola #BBB4BD
Tints of Lola #BBB4BD
RGB
CMYK
RGB Variations
Color information
#BBB4BD (or 0xBBB4BD) is known color: Lola. HEX triplet: BB, B4 and BD. RGB value is (187,180,189). Sum of RGB (Red+Green+Blue) = 187+180+189=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBB4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4BD is #444B42. Grayscale: #B7B7B7. Windows color (decimal): -4475715 or 12432571. OLE color: 12432571.
HSL color Cylindrical-coordinate representation of color #BBB4BD: hue angle of 286.67º 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 #BBB4BD is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 180 | 189 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.26 |
| HSL | 286.67º | 0.06% | 0.72% | - |
| HSV(B) | 286.67º | 0.05% | 0.74% | - |
| XYZ | 46 | 46.88 | 54.77 | - |
| YUV | 183.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 189 | 0.01 | 0.05 | 0 | 0.26 | 286.67 | 0.06 | 0.72 |
| Hex | BB | B4 | BD | 1 | 5 | 0 | 1A | 11F | 6 | 48 |
| Octal | 273 | 264 | 275 | 1 | 5 | 0 | 32 | 437 | 6 | 110 |
| Binary | 10111011 | 10110100 | 10111101 | 1 | 101 | 0 | 11010 | 100011111 | 110 | 1001000 |
Color Harmonies of #BBB4BD
Complementary color
Monochromatic Colors of #BBB4BD
Black with #BBB4BD
Text Example
Text Example
White with #BBB4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4BD; }
p { color: rgb(187,180,189); }
H1.HeaderClassName
{
color: #BBB4BD;
}
.AnyTagClassName
{
color: #BBB4BD;
}
</style>
background-color css
<style>
a { background-color: #BBB4BD; }
a { background-color: rgb(187,180,189); }
div.DivClassName
{
background-color: #BBB4BD;
}
.BgClassName
{
background-color: #BBB4BD;
}
</style>
border-color css
<style>
span { border-color: #BBB4BD; }
span { border-color: rgb(187,180,189); }
td.TdClassName
{
border-color: #BBB4BD;
}
.TagClassName
{
border-color: #BBB4BD;
}
</style>