Shades of Lola #B8ADBB
Tints of Lola #B8ADBB
RGB
CMYK
RGB Variations
Color information
#B8ADBB (or 0xB8ADBB) is known color: Lola. HEX triplet: B8, AD and BB. RGB value is (184,173,187). Sum of RGB (Red+Green+Blue) = 184+173+187=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 187 - color contains mainly: blue. Hex color #B8ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADBB is #475244. Grayscale: #B1B1B1. Windows color (decimal): -4674117 or 12299704. OLE color: 12299704.
HSL color Cylindrical-coordinate representation of color #B8ADBB: hue angle of 287.14º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B8ADBB is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 173 | 187 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.27 |
| HSL | 287.14º | 0.09% | 0.71% | - |
| HSV(B) | 287.14º | 0.07% | 0.73% | - |
| XYZ | 43.68 | 43.67 | 53.14 | - |
| YUV | 177.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 187 | 0.02 | 0.07 | 0 | 0.27 | 287.14 | 0.09 | 0.71 |
| Hex | B8 | AD | BB | 2 | 7 | 0 | 1B | 11F | 9 | 47 |
| Octal | 270 | 255 | 273 | 2 | 7 | 0 | 33 | 437 | 11 | 107 |
| Binary | 10111000 | 10101101 | 10111011 | 10 | 111 | 0 | 11011 | 100011111 | 1001 | 1000111 |
Color Harmonies of #B8ADBB
Complementary color
Monochromatic Colors of #B8ADBB
Black with #B8ADBB
Text Example
Text Example
White with #B8ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ADBB; }
p { color: rgb(184,173,187); }
H1.HeaderClassName
{
color: #B8ADBB;
}
.AnyTagClassName
{
color: #B8ADBB;
}
</style>
background-color css
<style>
a { background-color: #B8ADBB; }
a { background-color: rgb(184,173,187); }
div.DivClassName
{
background-color: #B8ADBB;
}
.BgClassName
{
background-color: #B8ADBB;
}
</style>
border-color css
<style>
span { border-color: #B8ADBB; }
span { border-color: rgb(184,173,187); }
td.TdClassName
{
border-color: #B8ADBB;
}
.TagClassName
{
border-color: #B8ADBB;
}
</style>