Shades of Lola #B4B3B4
Tints of Lola #B4B3B4
RGB
CMYK
RGB Variations
Color information
#B4B3B4 (or 0xB4B3B4) is known color: Lola. HEX triplet: B4, B3 and B4. RGB value is (180,179,180). Sum of RGB (Red+Green+Blue) = 180+179+180=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B4B3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B3B4 is #4B4C4B. Grayscale: #B3B3B3. Windows color (decimal): -4934732 or 11842484. OLE color: 11842484.
HSL color Cylindrical-coordinate representation of color #B4B3B4: hue angle of 300º degrees, saturation: 0.01, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B4B3B4 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 179 | 180 | - |
CMYK | 0 | 0.01 | 0 | 0.29 |
HSL | 300º | 0.01% | 0.7% | - |
HSV(B) | 300º | 0.01% | 0.71% | - |
XYZ | 43.18 | 45.24 | 49.64 | - |
YUV | 179.41 | 128.33 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 179 | 180 | 0 | 0.01 | 0 | 0.29 | 300 | 0.01 | 0.7 |
Hex | B4 | B3 | B4 | 0 | 1 | 0 | 1D | 12C | 1 | 46 |
Octal | 264 | 263 | 264 | 0 | 1 | 0 | 35 | 454 | 1 | 106 |
Binary | 10110100 | 10110011 | 10110100 | 0 | 1 | 0 | 11101 | 100101100 | 1 | 1000110 |
Color Harmonies of #B4B3B4
Complementary color
Monochromatic Colors of #B4B3B4
Black with #B4B3B4
Text Example
Text Example
White with #B4B3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B3B4; }
p { color: rgb(180,179,180); }
H1.HeaderClassName
{
color: #B4B3B4;
}
.AnyTagClassName
{
color: #B4B3B4;
}
</style>
background-color css
<style>
a { background-color: #B4B3B4; }
a { background-color: rgb(180,179,180); }
div.DivClassName
{
background-color: #B4B3B4;
}
.BgClassName
{
background-color: #B4B3B4;
}
</style>
border-color css
<style>
span { border-color: #B4B3B4; }
span { border-color: rgb(180,179,180); }
td.TdClassName
{
border-color: #B4B3B4;
}
.TagClassName
{
border-color: #B4B3B4;
}
</style>