Shades of Lily #BDA2B0
Tints of Lily #BDA2B0
RGB
CMYK
RGB Variations
Color information
#BDA2B0 (or 0xBDA2B0) is known color: Lily. HEX triplet: BD, A2 and B0. RGB value is (189,162,176). Sum of RGB (Red+Green+Blue) = 189+162+176=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA2B0 is #425D4F. Grayscale: #ABABAB. Windows color (decimal): -4349264 or 11575997. OLE color: 11575997.
HSL color Cylindrical-coordinate representation of color #BDA2B0: hue angle of 328.89º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDA2B0 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 162 | 176 | - |
CMYK | 0 | 0.14 | 0.07 | 0.26 |
HSL | 328.89º | 0.17% | 0.69% | - |
HSV(B) | 328.89º | 0.14% | 0.74% | - |
XYZ | 41.74 | 39.79 | 46.56 | - |
YUV | 171.67 | 130.45 | 140.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 162 | 176 | 0 | 0.14 | 0.07 | 0.26 | 328.89 | 0.17 | 0.69 |
Hex | BD | A2 | B0 | 0 | E | 7 | 1A | 149 | 11 | 45 |
Octal | 275 | 242 | 260 | 0 | 16 | 7 | 32 | 511 | 21 | 105 |
Binary | 10111101 | 10100010 | 10110000 | 0 | 1110 | 111 | 11010 | 101001001 | 10001 | 1000101 |
Color Harmonies of #BDA2B0
Complementary color
Monochromatic Colors of #BDA2B0
Black with #BDA2B0
Text Example
Text Example
White with #BDA2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2B0; }
p { color: rgb(189,162,176); }
H1.HeaderClassName
{
color: #BDA2B0;
}
.AnyTagClassName
{
color: #BDA2B0;
}
</style>
background-color css
<style>
a { background-color: #BDA2B0; }
a { background-color: rgb(189,162,176); }
div.DivClassName
{
background-color: #BDA2B0;
}
.BgClassName
{
background-color: #BDA2B0;
}
</style>
border-color css
<style>
span { border-color: #BDA2B0; }
span { border-color: rgb(189,162,176); }
td.TdClassName
{
border-color: #BDA2B0;
}
.TagClassName
{
border-color: #BDA2B0;
}
</style>