Shades of Lily #B5ADB2
Tints of Lily #B5ADB2
RGB
CMYK
RGB Variations
Color information
#B5ADB2 (or 0xB5ADB2) is known color: Lily. HEX triplet: B5, AD and B2. RGB value is (181,173,178). Sum of RGB (Red+Green+Blue) = 181+173+178=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ADB2 is #4A524D. Grayscale: #AFAFAF. Windows color (decimal): -4870734 or 11709877. OLE color: 11709877.
HSL color Cylindrical-coordinate representation of color #B5ADB2: hue angle of 322.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5ADB2 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 173 | 178 | - |
CMYK | 0 | 0.04 | 0.02 | 0.29 |
HSL | 322.5º | 0.05% | 0.69% | - |
HSV(B) | 322.5º | 0.04% | 0.71% | - |
XYZ | 42.04 | 42.93 | 48.19 | - |
YUV | 175.96 | 129.15 | 131.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 173 | 178 | 0 | 0.04 | 0.02 | 0.29 | 322.5 | 0.05 | 0.69 |
Hex | B5 | AD | B2 | 0 | 4 | 2 | 1D | 142 | 5 | 45 |
Octal | 265 | 255 | 262 | 0 | 4 | 2 | 35 | 502 | 5 | 105 |
Binary | 10110101 | 10101101 | 10110010 | 0 | 100 | 10 | 11101 | 101000010 | 101 | 1000101 |
Color Harmonies of #B5ADB2
Complementary color
Monochromatic Colors of #B5ADB2
Black with #B5ADB2
Text Example
Text Example
White with #B5ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ADB2; }
p { color: rgb(181,173,178); }
H1.HeaderClassName
{
color: #B5ADB2;
}
.AnyTagClassName
{
color: #B5ADB2;
}
</style>
background-color css
<style>
a { background-color: #B5ADB2; }
a { background-color: rgb(181,173,178); }
div.DivClassName
{
background-color: #B5ADB2;
}
.BgClassName
{
background-color: #B5ADB2;
}
</style>
border-color css
<style>
span { border-color: #B5ADB2; }
span { border-color: rgb(181,173,178); }
td.TdClassName
{
border-color: #B5ADB2;
}
.TagClassName
{
border-color: #B5ADB2;
}
</style>