Shades of Lily #B5ADB3
Tints of Lily #B5ADB3
RGB
CMYK
RGB Variations
Color information
#B5ADB3 (or 0xB5ADB3) is known color: Lily. HEX triplet: B5, AD and B3. RGB value is (181,173,179). Sum of RGB (Red+Green+Blue) = 181+173+179=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADB3 is #4A524C. Grayscale: #B0B0B0. Windows color (decimal): -4870733 or 11775413. OLE color: 11775413.
HSL color Cylindrical-coordinate representation of color #B5ADB3: hue angle of 315º 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 #B5ADB3 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 173 | 179 | - |
CMYK | 0 | 0.04 | 0.01 | 0.29 |
HSL | 315º | 0.05% | 0.69% | - |
HSV(B) | 315º | 0.04% | 0.71% | - |
XYZ | 42.14 | 42.97 | 48.72 | - |
YUV | 176.08 | 129.65 | 131.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 173 | 179 | 0 | 0.04 | 0.01 | 0.29 | 315 | 0.05 | 0.69 |
Hex | B5 | AD | B3 | 0 | 4 | 1 | 1D | 13B | 5 | 45 |
Octal | 265 | 255 | 263 | 0 | 4 | 1 | 35 | 473 | 5 | 105 |
Binary | 10110101 | 10101101 | 10110011 | 0 | 100 | 1 | 11101 | 100111011 | 101 | 1000101 |
Color Harmonies of #B5ADB3
Complementary color
Monochromatic Colors of #B5ADB3
Black with #B5ADB3
Text Example
Text Example
White with #B5ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ADB3; }
p { color: rgb(181,173,179); }
H1.HeaderClassName
{
color: #B5ADB3;
}
.AnyTagClassName
{
color: #B5ADB3;
}
</style>
background-color css
<style>
a { background-color: #B5ADB3; }
a { background-color: rgb(181,173,179); }
div.DivClassName
{
background-color: #B5ADB3;
}
.BgClassName
{
background-color: #B5ADB3;
}
</style>
border-color css
<style>
span { border-color: #B5ADB3; }
span { border-color: rgb(181,173,179); }
td.TdClassName
{
border-color: #B5ADB3;
}
.TagClassName
{
border-color: #B5ADB3;
}
</style>