Shades of Lola #B6ADB7
Tints of Lola #B6ADB7
RGB
CMYK
RGB Variations
Color information
#B6ADB7 (or 0xB6ADB7) is known color: Lola. HEX triplet: B6, AD and B7. RGB value is (182,173,183). Sum of RGB (Red+Green+Blue) = 182+173+183=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 183 - color contains mainly: blue. Hex color #B6ADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADB7 is #495248. Grayscale: #B0B0B0. Windows color (decimal): -4805193 or 12037558. OLE color: 12037558.
HSL color Cylindrical-coordinate representation of color #B6ADB7: hue angle of 294º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B6ADB7 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 182 | 173 | 183 | - |
CMYK | 0.01 | 0.05 | 0 | 0.28 |
HSL | 294º | 0.06% | 0.7% | - |
HSV(B) | 294º | 0.05% | 0.72% | - |
XYZ | 42.78 | 43.25 | 50.89 | - |
YUV | 176.83 | 131.48 | 131.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 173 | 183 | 0.01 | 0.05 | 0 | 0.28 | 294 | 0.06 | 0.7 |
Hex | B6 | AD | B7 | 1 | 5 | 0 | 1C | 126 | 6 | 46 |
Octal | 266 | 255 | 267 | 1 | 5 | 0 | 34 | 446 | 6 | 106 |
Binary | 10110110 | 10101101 | 10110111 | 1 | 101 | 0 | 11100 | 100100110 | 110 | 1000110 |
Color Harmonies of #B6ADB7
Complementary color
Monochromatic Colors of #B6ADB7
Black with #B6ADB7
Text Example
Text Example
White with #B6ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ADB7; }
p { color: rgb(182,173,183); }
H1.HeaderClassName
{
color: #B6ADB7;
}
.AnyTagClassName
{
color: #B6ADB7;
}
</style>
background-color css
<style>
a { background-color: #B6ADB7; }
a { background-color: rgb(182,173,183); }
div.DivClassName
{
background-color: #B6ADB7;
}
.BgClassName
{
background-color: #B6ADB7;
}
</style>
border-color css
<style>
span { border-color: #B6ADB7; }
span { border-color: rgb(182,173,183); }
td.TdClassName
{
border-color: #B6ADB7;
}
.TagClassName
{
border-color: #B6ADB7;
}
</style>