Shades of Lily #BAB0B5
Tints of Lily #BAB0B5
RGB
CMYK
RGB Variations
Color information
#BAB0B5 (or 0xBAB0B5) is known color: Lily. HEX triplet: BA, B0 and B5. RGB value is (186,176,181). Sum of RGB (Red+Green+Blue) = 186+176+181=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0B5 is #454F4A. Grayscale: #B3B3B3. Windows color (decimal): -4542283 or 11907258. OLE color: 11907258.
HSL color Cylindrical-coordinate representation of color #BAB0B5: hue angle of 330º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BAB0B5 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 176 | 181 | - |
CMYK | 0 | 0.05 | 0.03 | 0.27 |
HSL | 330º | 0.07% | 0.71% | - |
HSV(B) | 330º | 0.05% | 0.73% | - |
XYZ | 44.12 | 44.83 | 50.04 | - |
YUV | 179.56 | 128.81 | 132.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 176 | 181 | 0 | 0.05 | 0.03 | 0.27 | 330 | 0.07 | 0.71 |
Hex | BA | B0 | B5 | 0 | 5 | 3 | 1B | 14A | 7 | 47 |
Octal | 272 | 260 | 265 | 0 | 5 | 3 | 33 | 512 | 7 | 107 |
Binary | 10111010 | 10110000 | 10110101 | 0 | 101 | 11 | 11011 | 101001010 | 111 | 1000111 |
Color Harmonies of #BAB0B5
Complementary color
Monochromatic Colors of #BAB0B5
Black with #BAB0B5
Text Example
Text Example
White with #BAB0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB0B5; }
p { color: rgb(186,176,181); }
H1.HeaderClassName
{
color: #BAB0B5;
}
.AnyTagClassName
{
color: #BAB0B5;
}
</style>
background-color css
<style>
a { background-color: #BAB0B5; }
a { background-color: rgb(186,176,181); }
div.DivClassName
{
background-color: #BAB0B5;
}
.BgClassName
{
background-color: #BAB0B5;
}
</style>
border-color css
<style>
span { border-color: #BAB0B5; }
span { border-color: rgb(186,176,181); }
td.TdClassName
{
border-color: #BAB0B5;
}
.TagClassName
{
border-color: #BAB0B5;
}
</style>