Shades of Lola #BBAFBD
Tints of Lola #BBAFBD
RGB
CMYK
RGB Variations
Color information
#BBAFBD (or 0xBBAFBD) is known color: Lola. HEX triplet: BB, AF and BD. RGB value is (187,175,189). Sum of RGB (Red+Green+Blue) = 187+175+189=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBAFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFBD is #445042. Grayscale: #B4B4B4. Windows color (decimal): -4476995 or 12431291. OLE color: 12431291.
HSL color Cylindrical-coordinate representation of color #BBAFBD: hue angle of 291.43º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBAFBD is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 175 | 189 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.26 |
| HSL | 291.43º | 0.1% | 0.71% | - |
| HSV(B) | 291.43º | 0.07% | 0.74% | - |
| XYZ | 45.01 | 44.9 | 54.44 | - |
| YUV | 180.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 189 | 0.01 | 0.07 | 0 | 0.26 | 291.43 | 0.1 | 0.71 |
| Hex | BB | AF | BD | 1 | 7 | 0 | 1A | 123 | A | 47 |
| Octal | 273 | 257 | 275 | 1 | 7 | 0 | 32 | 443 | 12 | 107 |
| Binary | 10111011 | 10101111 | 10111101 | 1 | 111 | 0 | 11010 | 100100011 | 1010 | 1000111 |
Color Harmonies of #BBAFBD
Complementary color
Monochromatic Colors of #BBAFBD
Black with #BBAFBD
Text Example
Text Example
White with #BBAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFBD; }
p { color: rgb(187,175,189); }
H1.HeaderClassName
{
color: #BBAFBD;
}
.AnyTagClassName
{
color: #BBAFBD;
}
</style>
background-color css
<style>
a { background-color: #BBAFBD; }
a { background-color: rgb(187,175,189); }
div.DivClassName
{
background-color: #BBAFBD;
}
.BgClassName
{
background-color: #BBAFBD;
}
</style>
border-color css
<style>
span { border-color: #BBAFBD; }
span { border-color: rgb(187,175,189); }
td.TdClassName
{
border-color: #BBAFBD;
}
.TagClassName
{
border-color: #BBAFBD;
}
</style>