Shades of Lola #B5ABB5
Tints of Lola #B5ABB5
RGB
CMYK
RGB Variations
Color information
#B5ABB5 (or 0xB5ABB5) is known color: Lola. HEX triplet: B5, AB and B5. RGB value is (181,171,181). Sum of RGB (Red+Green+Blue) = 181+171+181=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B5ABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABB5 is #4A544A. Grayscale: #AFAFAF. Windows color (decimal): -4871243 or 11905973. OLE color: 11905973.
HSL color Cylindrical-coordinate representation of color #B5ABB5: hue angle of 300º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B5ABB5 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 171 | 181 | - |
CMYK | 0 | 0.06 | 0 | 0.29 |
HSL | 300º | 0.06% | 0.69% | - |
HSV(B) | 300º | 0.06% | 0.71% | - |
XYZ | 41.96 | 42.29 | 49.67 | - |
YUV | 175.13 | 131.31 | 132.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 171 | 181 | 0 | 0.06 | 0 | 0.29 | 300 | 0.06 | 0.69 |
Hex | B5 | AB | B5 | 0 | 6 | 0 | 1D | 12C | 6 | 45 |
Octal | 265 | 253 | 265 | 0 | 6 | 0 | 35 | 454 | 6 | 105 |
Binary | 10110101 | 10101011 | 10110101 | 0 | 110 | 0 | 11101 | 100101100 | 110 | 1000101 |
Color Harmonies of #B5ABB5
Complementary color
Monochromatic Colors of #B5ABB5
Black with #B5ABB5
Text Example
Text Example
White with #B5ABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ABB5; }
p { color: rgb(181,171,181); }
H1.HeaderClassName
{
color: #B5ABB5;
}
.AnyTagClassName
{
color: #B5ABB5;
}
</style>
background-color css
<style>
a { background-color: #B5ABB5; }
a { background-color: rgb(181,171,181); }
div.DivClassName
{
background-color: #B5ABB5;
}
.BgClassName
{
background-color: #B5ABB5;
}
</style>
border-color css
<style>
span { border-color: #B5ABB5; }
span { border-color: rgb(181,171,181); }
td.TdClassName
{
border-color: #B5ABB5;
}
.TagClassName
{
border-color: #B5ABB5;
}
</style>