Shades of Lola #B6A2B8
Tints of Lola #B6A2B8
RGB
CMYK
RGB Variations
Color information
#B6A2B8 (or 0xB6A2B8) is known color: Lola. HEX triplet: B6, A2 and B8. RGB value is (182,162,184). Sum of RGB (Red+Green+Blue) = 182+162+184=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 184 - color contains mainly: blue. Hex color #B6A2B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A2B8 is #495D47. Grayscale: #AAAAAA. Windows color (decimal): -4808008 or 12100278. OLE color: 12100278.
HSL color Cylindrical-coordinate representation of color #B6A2B8: hue angle of 294.55º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6A2B8 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 182 | 162 | 184 | - |
CMYK | 0.01 | 0.12 | 0 | 0.28 |
HSL | 294.55º | 0.13% | 0.68% | - |
HSV(B) | 294.55º | 0.12% | 0.72% | - |
XYZ | 40.86 | 39.25 | 50.77 | - |
YUV | 170.49 | 135.63 | 136.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 162 | 184 | 0.01 | 0.12 | 0 | 0.28 | 294.55 | 0.13 | 0.68 |
Hex | B6 | A2 | B8 | 1 | C | 0 | 1C | 127 | D | 44 |
Octal | 266 | 242 | 270 | 1 | 14 | 0 | 34 | 447 | 15 | 104 |
Binary | 10110110 | 10100010 | 10111000 | 1 | 1100 | 0 | 11100 | 100100111 | 1101 | 1000100 |
Color Harmonies of #B6A2B8
Complementary color
Monochromatic Colors of #B6A2B8
Black with #B6A2B8
Text Example
Text Example
White with #B6A2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A2B8; }
p { color: rgb(182,162,184); }
H1.HeaderClassName
{
color: #B6A2B8;
}
.AnyTagClassName
{
color: #B6A2B8;
}
</style>
background-color css
<style>
a { background-color: #B6A2B8; }
a { background-color: rgb(182,162,184); }
div.DivClassName
{
background-color: #B6A2B8;
}
.BgClassName
{
background-color: #B6A2B8;
}
</style>
border-color css
<style>
span { border-color: #B6A2B8; }
span { border-color: rgb(182,162,184); }
td.TdClassName
{
border-color: #B6A2B8;
}
.TagClassName
{
border-color: #B6A2B8;
}
</style>