Shades of Lola #B9AFBC
Tints of Lola #B9AFBC
RGB
CMYK
RGB Variations
Color information
#B9AFBC (or 0xB9AFBC) is known color: Lola. HEX triplet: B9, AF and BC. RGB value is (185,175,188). Sum of RGB (Red+Green+Blue) = 185+175+188=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 188 - color contains mainly: blue. Hex color #B9AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFBC is #465043. Grayscale: #B3B3B3. Windows color (decimal): -4608068 or 12365753. OLE color: 12365753.
HSL color Cylindrical-coordinate representation of color #B9AFBC: hue angle of 286.15º 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 #B9AFBC is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 175 | 188 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.26 |
| HSL | 286.15º | 0.09% | 0.71% | - |
| HSV(B) | 286.15º | 0.07% | 0.74% | - |
| XYZ | 44.41 | 44.61 | 53.85 | - |
| YUV | 179.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 188 | 0.02 | 0.07 | 0 | 0.26 | 286.15 | 0.09 | 0.71 |
| Hex | B9 | AF | BC | 2 | 7 | 0 | 1A | 11E | 9 | 47 |
| Octal | 271 | 257 | 274 | 2 | 7 | 0 | 32 | 436 | 11 | 107 |
| Binary | 10111001 | 10101111 | 10111100 | 10 | 111 | 0 | 11010 | 100011110 | 1001 | 1000111 |
Color Harmonies of #B9AFBC
Complementary color
Monochromatic Colors of #B9AFBC
Black with #B9AFBC
Text Example
Text Example
White with #B9AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AFBC; }
p { color: rgb(185,175,188); }
H1.HeaderClassName
{
color: #B9AFBC;
}
.AnyTagClassName
{
color: #B9AFBC;
}
</style>
background-color css
<style>
a { background-color: #B9AFBC; }
a { background-color: rgb(185,175,188); }
div.DivClassName
{
background-color: #B9AFBC;
}
.BgClassName
{
background-color: #B9AFBC;
}
</style>
border-color css
<style>
span { border-color: #B9AFBC; }
span { border-color: rgb(185,175,188); }
td.TdClassName
{
border-color: #B9AFBC;
}
.TagClassName
{
border-color: #B9AFBC;
}
</style>