Shades of Lily #BDA4B5
Tints of Lily #BDA4B5
RGB
CMYK
RGB Variations
Color information
#BDA4B5 (or 0xBDA4B5) is known color: Lily. HEX triplet: BD, A4 and B5. RGB value is (189,164,181). Sum of RGB (Red+Green+Blue) = 189+164+181=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA4B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4B5 is #425B4A. Grayscale: #ADADAD. Windows color (decimal): -4348747 or 11904189. OLE color: 11904189.
HSL color Cylindrical-coordinate representation of color #BDA4B5: hue angle of 319.2º 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 #BDA4B5 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 164 | 181 | - |
CMYK | 0 | 0.13 | 0.04 | 0.26 |
HSL | 319.2º | 0.16% | 0.69% | - |
HSV(B) | 319.2º | 0.13% | 0.74% | - |
XYZ | 42.6 | 40.71 | 49.33 | - |
YUV | 173.41 | 132.28 | 139.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 164 | 181 | 0 | 0.13 | 0.04 | 0.26 | 319.2 | 0.16 | 0.69 |
Hex | BD | A4 | B5 | 0 | D | 4 | 1A | 13F | 10 | 45 |
Octal | 275 | 244 | 265 | 0 | 15 | 4 | 32 | 477 | 20 | 105 |
Binary | 10111101 | 10100100 | 10110101 | 0 | 1101 | 100 | 11010 | 100111111 | 10000 | 1000101 |
Color Harmonies of #BDA4B5
Complementary color
Monochromatic Colors of #BDA4B5
Black with #BDA4B5
Text Example
Text Example
White with #BDA4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA4B5; }
p { color: rgb(189,164,181); }
H1.HeaderClassName
{
color: #BDA4B5;
}
.AnyTagClassName
{
color: #BDA4B5;
}
</style>
background-color css
<style>
a { background-color: #BDA4B5; }
a { background-color: rgb(189,164,181); }
div.DivClassName
{
background-color: #BDA4B5;
}
.BgClassName
{
background-color: #BDA4B5;
}
</style>
border-color css
<style>
span { border-color: #BDA4B5; }
span { border-color: rgb(189,164,181); }
td.TdClassName
{
border-color: #BDA4B5;
}
.TagClassName
{
border-color: #BDA4B5;
}
</style>