Shades of Lily #B5B1B3
Tints of Lily #B5B1B3
RGB
CMYK
RGB Variations
Color information
#B5B1B3 (or 0xB5B1B3) is known color: Lily. HEX triplet: B5, B1 and B3. RGB value is (181,177,179). Sum of RGB (Red+Green+Blue) = 181+177+179=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 179 (70.31% from 255 or 33.33% from 537); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B1B3 is #4A4E4C. Grayscale: #B2B2B2. Windows color (decimal): -4869709 or 11776437. OLE color: 11776437.
HSL color Cylindrical-coordinate representation of color #B5B1B3: hue angle of 330º degrees, saturation: 0.03, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B5B1B3 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 179 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.29 |
| HSL | 330º | 0.03% | 0.7% | - |
| HSV(B) | 330º | 0.02% | 0.71% | - |
| XYZ | 42.91 | 44.52 | 48.98 | - |
| YUV | 178.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 179 | 0 | 0.02 | 0.01 | 0.29 | 330 | 0.03 | 0.7 |
| Hex | B5 | B1 | B3 | 0 | 2 | 1 | 1D | 14A | 3 | 46 |
| Octal | 265 | 261 | 263 | 0 | 2 | 1 | 35 | 512 | 3 | 106 |
| Binary | 10110101 | 10110001 | 10110011 | 0 | 10 | 1 | 11101 | 101001010 | 11 | 1000110 |
Color Harmonies of #B5B1B3
Complementary color
Monochromatic Colors of #B5B1B3
Black with #B5B1B3
Text Example
Text Example
White with #B5B1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B1B3; }
p { color: rgb(181,177,179); }
H1.HeaderClassName
{
color: #B5B1B3;
}
.AnyTagClassName
{
color: #B5B1B3;
}
</style>
background-color css
<style>
a { background-color: #B5B1B3; }
a { background-color: rgb(181,177,179); }
div.DivClassName
{
background-color: #B5B1B3;
}
.BgClassName
{
background-color: #B5B1B3;
}
</style>
border-color css
<style>
span { border-color: #B5B1B3; }
span { border-color: rgb(181,177,179); }
td.TdClassName
{
border-color: #B5B1B3;
}
.TagClassName
{
border-color: #B5B1B3;
}
</style>