Shades of Lola #BBA0BD
Tints of Lola #BBA0BD
RGB
CMYK
RGB Variations
Color information
#BBA0BD (or 0xBBA0BD) is known color: Lola. HEX triplet: BB, A0 and BD. RGB value is (187,160,189). Sum of RGB (Red+Green+Blue) = 187+160+189=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBA0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0BD is #445F42. Grayscale: #ABABAB. Windows color (decimal): -4480835 or 12427451. OLE color: 12427451.
HSL color Cylindrical-coordinate representation of color #BBA0BD: hue angle of 295.86º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBA0BD is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 160 | 189 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.26 |
| HSL | 295.86º | 0.18% | 0.68% | - |
| HSV(B) | 295.86º | 0.15% | 0.74% | - |
| XYZ | 42.25 | 39.38 | 53.52 | - |
| YUV | 171.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 189 | 0.01 | 0.15 | 0 | 0.26 | 295.86 | 0.18 | 0.68 |
| Hex | BB | A0 | BD | 1 | F | 0 | 1A | 128 | 12 | 44 |
| Octal | 273 | 240 | 275 | 1 | 17 | 0 | 32 | 450 | 22 | 104 |
| Binary | 10111011 | 10100000 | 10111101 | 1 | 1111 | 0 | 11010 | 100101000 | 10010 | 1000100 |
Color Harmonies of #BBA0BD
Complementary color
Monochromatic Colors of #BBA0BD
Black with #BBA0BD
Text Example
Text Example
White with #BBA0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0BD; }
p { color: rgb(187,160,189); }
H1.HeaderClassName
{
color: #BBA0BD;
}
.AnyTagClassName
{
color: #BBA0BD;
}
</style>
background-color css
<style>
a { background-color: #BBA0BD; }
a { background-color: rgb(187,160,189); }
div.DivClassName
{
background-color: #BBA0BD;
}
.BgClassName
{
background-color: #BBA0BD;
}
</style>
border-color css
<style>
span { border-color: #BBA0BD; }
span { border-color: rgb(187,160,189); }
td.TdClassName
{
border-color: #BBA0BD;
}
.TagClassName
{
border-color: #BBA0BD;
}
</style>