Shades of Lily #BDA6B3
Tints of Lily #BDA6B3
RGB
CMYK
RGB Variations
Color information
#BDA6B3 (or 0xBDA6B3) is known color: Lily. HEX triplet: BD, A6 and B3. RGB value is (189,166,179). Sum of RGB (Red+Green+Blue) = 189+166+179=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6B3 is #42594C. Grayscale: #AEAEAE. Windows color (decimal): -4348237 or 11773629. OLE color: 11773629.
HSL color Cylindrical-coordinate representation of color #BDA6B3: hue angle of 326.09º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDA6B3 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 179 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.26 |
| HSL | 326.09º | 0.15% | 0.7% | - |
| HSV(B) | 326.09º | 0.12% | 0.74% | - |
| XYZ | 42.76 | 41.35 | 48.37 | - |
| YUV | 174.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 179 | 0 | 0.12 | 0.05 | 0.26 | 326.09 | 0.15 | 0.7 |
| Hex | BD | A6 | B3 | 0 | C | 5 | 1A | 146 | F | 46 |
| Octal | 275 | 246 | 263 | 0 | 14 | 5 | 32 | 506 | 17 | 106 |
| Binary | 10111101 | 10100110 | 10110011 | 0 | 1100 | 101 | 11010 | 101000110 | 1111 | 1000110 |
Color Harmonies of #BDA6B3
Complementary color
Monochromatic Colors of #BDA6B3
Black with #BDA6B3
Text Example
Text Example
White with #BDA6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA6B3; }
p { color: rgb(189,166,179); }
H1.HeaderClassName
{
color: #BDA6B3;
}
.AnyTagClassName
{
color: #BDA6B3;
}
</style>
background-color css
<style>
a { background-color: #BDA6B3; }
a { background-color: rgb(189,166,179); }
div.DivClassName
{
background-color: #BDA6B3;
}
.BgClassName
{
background-color: #BDA6B3;
}
</style>
border-color css
<style>
span { border-color: #BDA6B3; }
span { border-color: rgb(189,166,179); }
td.TdClassName
{
border-color: #BDA6B3;
}
.TagClassName
{
border-color: #BDA6B3;
}
</style>