Shades of Lily #BDAAB5
Tints of Lily #BDAAB5
RGB
CMYK
RGB Variations
Color information
#BDAAB5 (or 0xBDAAB5) is known color: Lily. HEX triplet: BD, AA and B5. RGB value is (189,170,181). Sum of RGB (Red+Green+Blue) = 189+170+181=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAAB5 is #42554A. Grayscale: #B0B0B0. Windows color (decimal): -4347211 or 11905725. OLE color: 11905725.
HSL color Cylindrical-coordinate representation of color #BDAAB5: hue angle of 325.26º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDAAB5 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 170 | 181 | - |
CMYK | 0 | 0.10 | 0.04 | 0.26 |
HSL | 325.26º | 0.13% | 0.7% | - |
HSV(B) | 325.26º | 0.1% | 0.74% | - |
XYZ | 43.7 | 42.9 | 49.69 | - |
YUV | 176.94 | 130.29 | 136.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 170 | 181 | 0 | 0.10 | 0.04 | 0.26 | 325.26 | 0.13 | 0.7 |
Hex | BD | AA | B5 | 0 | A | 4 | 1A | 145 | D | 46 |
Octal | 275 | 252 | 265 | 0 | 12 | 4 | 32 | 505 | 15 | 106 |
Binary | 10111101 | 10101010 | 10110101 | 0 | 1010 | 100 | 11010 | 101000101 | 1101 | 1000110 |
Color Harmonies of #BDAAB5
Complementary color
Monochromatic Colors of #BDAAB5
Black with #BDAAB5
Text Example
Text Example
White with #BDAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAAB5; }
p { color: rgb(189,170,181); }
H1.HeaderClassName
{
color: #BDAAB5;
}
.AnyTagClassName
{
color: #BDAAB5;
}
</style>
background-color css
<style>
a { background-color: #BDAAB5; }
a { background-color: rgb(189,170,181); }
div.DivClassName
{
background-color: #BDAAB5;
}
.BgClassName
{
background-color: #BDAAB5;
}
</style>
border-color css
<style>
span { border-color: #BDAAB5; }
span { border-color: rgb(189,170,181); }
td.TdClassName
{
border-color: #BDAAB5;
}
.TagClassName
{
border-color: #BDAAB5;
}
</style>