Shades of Lola #BBAFBC
Tints of Lola #BBAFBC
RGB
CMYK
RGB Variations
Color information
#BBAFBC (or 0xBBAFBC) is known color: Lola. HEX triplet: BB, AF and BC. RGB value is (187,175,188). Sum of RGB (Red+Green+Blue) = 187+175+188=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBAFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFBC is #445043. Grayscale: #B4B4B4. Windows color (decimal): -4476996 or 12365755. OLE color: 12365755.
HSL color Cylindrical-coordinate representation of color #BBAFBC: hue angle of 295.38º degrees, saturation: 0.09, 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 #BBAFBC is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 175 | 188 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.26 |
| HSL | 295.38º | 0.09% | 0.71% | - |
| HSV(B) | 295.38º | 0.07% | 0.74% | - |
| XYZ | 44.9 | 44.86 | 53.87 | - |
| YUV | 180.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 188 | 0.01 | 0.07 | 0 | 0.26 | 295.38 | 0.09 | 0.71 |
| Hex | BB | AF | BC | 1 | 7 | 0 | 1A | 127 | 9 | 47 |
| Octal | 273 | 257 | 274 | 1 | 7 | 0 | 32 | 447 | 11 | 107 |
| Binary | 10111011 | 10101111 | 10111100 | 1 | 111 | 0 | 11010 | 100100111 | 1001 | 1000111 |
Color Harmonies of #BBAFBC
Complementary color
Monochromatic Colors of #BBAFBC
Black with #BBAFBC
Text Example
Text Example
White with #BBAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAFBC; }
p { color: rgb(187,175,188); }
H1.HeaderClassName
{
color: #BBAFBC;
}
.AnyTagClassName
{
color: #BBAFBC;
}
</style>
background-color css
<style>
a { background-color: #BBAFBC; }
a { background-color: rgb(187,175,188); }
div.DivClassName
{
background-color: #BBAFBC;
}
.BgClassName
{
background-color: #BBAFBC;
}
</style>
border-color css
<style>
span { border-color: #BBAFBC; }
span { border-color: rgb(187,175,188); }
td.TdClassName
{
border-color: #BBAFBC;
}
.TagClassName
{
border-color: #BBAFBC;
}
</style>