Shades of Lily #B5B0B3
Tints of Lily #B5B0B3
RGB
CMYK
RGB Variations
Color information
#B5B0B3 (or 0xB5B0B3) is known color: Lily. HEX triplet: B5, B0 and B3. RGB value is (181,176,179). Sum of RGB (Red+Green+Blue) = 181+176+179=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B0B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0B3 is #4A4F4C. Grayscale: #B1B1B1. Windows color (decimal): -4869965 or 11776181. OLE color: 11776181.
HSL color Cylindrical-coordinate representation of color #B5B0B3: hue angle of 324º degrees, saturation: 0.03, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B5B0B3 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 179 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.29 |
| HSL | 324º | 0.03% | 0.7% | - |
| HSV(B) | 324º | 0.03% | 0.71% | - |
| XYZ | 42.72 | 44.13 | 48.91 | - |
| YUV | 177.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 179 | 0 | 0.03 | 0.01 | 0.29 | 324 | 0.03 | 0.7 |
| Hex | B5 | B0 | B3 | 0 | 3 | 1 | 1D | 144 | 3 | 46 |
| Octal | 265 | 260 | 263 | 0 | 3 | 1 | 35 | 504 | 3 | 106 |
| Binary | 10110101 | 10110000 | 10110011 | 0 | 11 | 1 | 11101 | 101000100 | 11 | 1000110 |
Color Harmonies of #B5B0B3
Complementary color
Monochromatic Colors of #B5B0B3
Black with #B5B0B3
Text Example
Text Example
White with #B5B0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B0B3; }
p { color: rgb(181,176,179); }
H1.HeaderClassName
{
color: #B5B0B3;
}
.AnyTagClassName
{
color: #B5B0B3;
}
</style>
background-color css
<style>
a { background-color: #B5B0B3; }
a { background-color: rgb(181,176,179); }
div.DivClassName
{
background-color: #B5B0B3;
}
.BgClassName
{
background-color: #B5B0B3;
}
</style>
border-color css
<style>
span { border-color: #B5B0B3; }
span { border-color: rgb(181,176,179); }
td.TdClassName
{
border-color: #B5B0B3;
}
.TagClassName
{
border-color: #B5B0B3;
}
</style>