Shades of Lily #BDA4B8
Tints of Lily #BDA4B8
RGB
CMYK
RGB Variations
Color information
#BDA4B8 (or 0xBDA4B8) is known color: Lily. HEX triplet: BD, A4 and B8. RGB value is (189,164,184). Sum of RGB (Red+Green+Blue) = 189+164+184=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 184 (72.27% from 255 or 34.26% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA4B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4B8 is #425B47. Grayscale: #ADADAD. Windows color (decimal): -4348744 or 12100797. OLE color: 12100797.
HSL color Cylindrical-coordinate representation of color #BDA4B8: hue angle of 312º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDA4B8 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 184 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.26 |
| HSL | 312º | 0.16% | 0.69% | - |
| HSV(B) | 312º | 0.13% | 0.74% | - |
| XYZ | 42.91 | 40.83 | 50.97 | - |
| YUV | 173.76 | 133.78 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 184 | 0 | 0.13 | 0.03 | 0.26 | 312 | 0.16 | 0.69 |
| Hex | BD | A4 | B8 | 0 | D | 3 | 1A | 138 | 10 | 45 |
| Octal | 275 | 244 | 270 | 0 | 15 | 3 | 32 | 470 | 20 | 105 |
| Binary | 10111101 | 10100100 | 10111000 | 0 | 1101 | 11 | 11010 | 100111000 | 10000 | 1000101 |
Color Harmonies of #BDA4B8
Complementary color
Monochromatic Colors of #BDA4B8
Black with #BDA4B8
Text Example
Text Example
White with #BDA4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4B8; }
p { color: rgb(189,164,184); }
H1.HeaderClassName
{
color: #BDA4B8;
}
.AnyTagClassName
{
color: #BDA4B8;
}
</style>
background-color css
<style>
a { background-color: #BDA4B8; }
a { background-color: rgb(189,164,184); }
div.DivClassName
{
background-color: #BDA4B8;
}
.BgClassName
{
background-color: #BDA4B8;
}
</style>
border-color css
<style>
span { border-color: #BDA4B8; }
span { border-color: rgb(189,164,184); }
td.TdClassName
{
border-color: #BDA4B8;
}
.TagClassName
{
border-color: #BDA4B8;
}
</style>