Shades of Lily #BDA8B3
Tints of Lily #BDA8B3
RGB
CMYK
RGB Variations
Color information
#BDA8B3 (or 0xBDA8B3) is known color: Lily. HEX triplet: BD, A8 and B3. RGB value is (189,168,179). Sum of RGB (Red+Green+Blue) = 189+168+179=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA8B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA8B3 is #42574C. Grayscale: #AFAFAF. Windows color (decimal): -4347725 or 11774141. OLE color: 11774141.
HSL color Cylindrical-coordinate representation of color #BDA8B3: hue angle of 328.57º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDA8B3 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 179 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.26 |
| HSL | 328.57º | 0.14% | 0.7% | - |
| HSV(B) | 328.57º | 0.11% | 0.74% | - |
| XYZ | 43.13 | 42.08 | 48.5 | - |
| YUV | 175.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 179 | 0 | 0.11 | 0.05 | 0.26 | 328.57 | 0.14 | 0.7 |
| Hex | BD | A8 | B3 | 0 | B | 5 | 1A | 149 | E | 46 |
| Octal | 275 | 250 | 263 | 0 | 13 | 5 | 32 | 511 | 16 | 106 |
| Binary | 10111101 | 10101000 | 10110011 | 0 | 1011 | 101 | 11010 | 101001001 | 1110 | 1000110 |
Color Harmonies of #BDA8B3
Complementary color
Monochromatic Colors of #BDA8B3
Black with #BDA8B3
Text Example
Text Example
White with #BDA8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA8B3; }
p { color: rgb(189,168,179); }
H1.HeaderClassName
{
color: #BDA8B3;
}
.AnyTagClassName
{
color: #BDA8B3;
}
</style>
background-color css
<style>
a { background-color: #BDA8B3; }
a { background-color: rgb(189,168,179); }
div.DivClassName
{
background-color: #BDA8B3;
}
.BgClassName
{
background-color: #BDA8B3;
}
</style>
border-color css
<style>
span { border-color: #BDA8B3; }
span { border-color: rgb(189,168,179); }
td.TdClassName
{
border-color: #BDA8B3;
}
.TagClassName
{
border-color: #BDA8B3;
}
</style>