Shades of Lola #B5AFB6
Tints of Lola #B5AFB6
RGB
CMYK
RGB Variations
Color information
#B5AFB6 (or 0xB5AFB6) is known color: Lola. HEX triplet: B5, AF and B6. RGB value is (181,175,182). Sum of RGB (Red+Green+Blue) = 181+175+182=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 182 - color contains mainly: blue. Hex color #B5AFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFB6 is #4A5049. Grayscale: #B1B1B1. Windows color (decimal): -4870218 or 11972533. OLE color: 11972533.
HSL color Cylindrical-coordinate representation of color #B5AFB6: hue angle of 291.43º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5AFB6 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 175 | 182 | - |
CMYK | 0.01 | 0.04 | 0 | 0.29 |
HSL | 291.43º | 0.05% | 0.7% | - |
HSV(B) | 291.43º | 0.04% | 0.71% | - |
XYZ | 42.83 | 43.86 | 50.46 | - |
YUV | 177.59 | 130.49 | 130.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 175 | 182 | 0.01 | 0.04 | 0 | 0.29 | 291.43 | 0.05 | 0.7 |
Hex | B5 | AF | B6 | 1 | 4 | 0 | 1D | 123 | 5 | 46 |
Octal | 265 | 257 | 266 | 1 | 4 | 0 | 35 | 443 | 5 | 106 |
Binary | 10110101 | 10101111 | 10110110 | 1 | 100 | 0 | 11101 | 100100011 | 101 | 1000110 |
Color Harmonies of #B5AFB6
Complementary color
Monochromatic Colors of #B5AFB6
Black with #B5AFB6
Text Example
Text Example
White with #B5AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFB6; }
p { color: rgb(181,175,182); }
H1.HeaderClassName
{
color: #B5AFB6;
}
.AnyTagClassName
{
color: #B5AFB6;
}
</style>
background-color css
<style>
a { background-color: #B5AFB6; }
a { background-color: rgb(181,175,182); }
div.DivClassName
{
background-color: #B5AFB6;
}
.BgClassName
{
background-color: #B5AFB6;
}
</style>
border-color css
<style>
span { border-color: #B5AFB6; }
span { border-color: rgb(181,175,182); }
td.TdClassName
{
border-color: #B5AFB6;
}
.TagClassName
{
border-color: #B5AFB6;
}
</style>