Shades of Lola #B9ADBC
Tints of Lola #B9ADBC
RGB
CMYK
RGB Variations
Color information
#B9ADBC (or 0xB9ADBC) is known color: Lola. HEX triplet: B9, AD and BC. RGB value is (185,173,188). Sum of RGB (Red+Green+Blue) = 185+173+188=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 188 - color contains mainly: blue. Hex color #B9ADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADBC is #465243. Grayscale: #B2B2B2. Windows color (decimal): -4608580 or 12365241. OLE color: 12365241.
HSL color Cylindrical-coordinate representation of color #B9ADBC: hue angle of 288º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9ADBC is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 173 | 188 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.26 |
| HSL | 288º | 0.1% | 0.71% | - |
| HSV(B) | 288º | 0.08% | 0.74% | - |
| XYZ | 44.03 | 43.83 | 53.72 | - |
| YUV | 178.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 188 | 0.02 | 0.08 | 0 | 0.26 | 288 | 0.1 | 0.71 |
| Hex | B9 | AD | BC | 2 | 8 | 0 | 1A | 120 | A | 47 |
| Octal | 271 | 255 | 274 | 2 | 10 | 0 | 32 | 440 | 12 | 107 |
| Binary | 10111001 | 10101101 | 10111100 | 10 | 1000 | 0 | 11010 | 100100000 | 1010 | 1000111 |
Color Harmonies of #B9ADBC
Complementary color
Monochromatic Colors of #B9ADBC
Black with #B9ADBC
Text Example
Text Example
White with #B9ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ADBC; }
p { color: rgb(185,173,188); }
H1.HeaderClassName
{
color: #B9ADBC;
}
.AnyTagClassName
{
color: #B9ADBC;
}
</style>
background-color css
<style>
a { background-color: #B9ADBC; }
a { background-color: rgb(185,173,188); }
div.DivClassName
{
background-color: #B9ADBC;
}
.BgClassName
{
background-color: #B9ADBC;
}
</style>
border-color css
<style>
span { border-color: #B9ADBC; }
span { border-color: rgb(185,173,188); }
td.TdClassName
{
border-color: #B9ADBC;
}
.TagClassName
{
border-color: #B9ADBC;
}
</style>