Shades of Lola #B4A8B5
Tints of Lola #B4A8B5
RGB
CMYK
RGB Variations
Color information
#B4A8B5 (or 0xB4A8B5) is known color: Lola. HEX triplet: B4, A8 and B5. RGB value is (180,168,181). Sum of RGB (Red+Green+Blue) = 180+168+181=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 181 - color contains mainly: blue. Hex color #B4A8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A8B5 is #4B574A. Grayscale: #ADADAD. Windows color (decimal): -4937547 or 11905204. OLE color: 11905204.
HSL color Cylindrical-coordinate representation of color #B4A8B5: hue angle of 295.38º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4A8B5 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 168 | 181 | - |
CMYK | 0.01 | 0.07 | 0 | 0.29 |
HSL | 295.38º | 0.08% | 0.68% | - |
HSV(B) | 295.38º | 0.07% | 0.71% | - |
XYZ | 41.17 | 41.04 | 49.47 | - |
YUV | 173.07 | 132.48 | 132.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 168 | 181 | 0.01 | 0.07 | 0 | 0.29 | 295.38 | 0.08 | 0.68 |
Hex | B4 | A8 | B5 | 1 | 7 | 0 | 1D | 127 | 8 | 44 |
Octal | 264 | 250 | 265 | 1 | 7 | 0 | 35 | 447 | 10 | 104 |
Binary | 10110100 | 10101000 | 10110101 | 1 | 111 | 0 | 11101 | 100100111 | 1000 | 1000100 |
Color Harmonies of #B4A8B5
Complementary color
Monochromatic Colors of #B4A8B5
Black with #B4A8B5
Text Example
Text Example
White with #B4A8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A8B5; }
p { color: rgb(180,168,181); }
H1.HeaderClassName
{
color: #B4A8B5;
}
.AnyTagClassName
{
color: #B4A8B5;
}
</style>
background-color css
<style>
a { background-color: #B4A8B5; }
a { background-color: rgb(180,168,181); }
div.DivClassName
{
background-color: #B4A8B5;
}
.BgClassName
{
background-color: #B4A8B5;
}
</style>
border-color css
<style>
span { border-color: #B4A8B5; }
span { border-color: rgb(180,168,181); }
td.TdClassName
{
border-color: #B4A8B5;
}
.TagClassName
{
border-color: #B4A8B5;
}
</style>