Shades of Lily #BDA2B8
Tints of Lily #BDA2B8
RGB
CMYK
RGB Variations
Color information
#BDA2B8 (or 0xBDA2B8) is known color: Lily. HEX triplet: BD, A2 and B8. RGB value is (189,162,184). Sum of RGB (Red+Green+Blue) = 189+162+184=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA2B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2B8 is #425D47. Grayscale: #ACACAC. Windows color (decimal): -4349256 or 12100285. OLE color: 12100285.
HSL color Cylindrical-coordinate representation of color #BDA2B8: hue angle of 311.11º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDA2B8 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 162 | 184 | - |
CMYK | 0 | 0.14 | 0.03 | 0.26 |
HSL | 311.11º | 0.17% | 0.69% | - |
HSV(B) | 311.11º | 0.14% | 0.74% | - |
XYZ | 42.56 | 40.12 | 50.85 | - |
YUV | 172.58 | 134.45 | 139.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 162 | 184 | 0 | 0.14 | 0.03 | 0.26 | 311.11 | 0.17 | 0.69 |
Hex | BD | A2 | B8 | 0 | E | 3 | 1A | 137 | 11 | 45 |
Octal | 275 | 242 | 270 | 0 | 16 | 3 | 32 | 467 | 21 | 105 |
Binary | 10111101 | 10100010 | 10111000 | 0 | 1110 | 11 | 11010 | 100110111 | 10001 | 1000101 |
Color Harmonies of #BDA2B8
Complementary color
Monochromatic Colors of #BDA2B8
Black with #BDA2B8
Text Example
Text Example
White with #BDA2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA2B8; }
p { color: rgb(189,162,184); }
H1.HeaderClassName
{
color: #BDA2B8;
}
.AnyTagClassName
{
color: #BDA2B8;
}
</style>
background-color css
<style>
a { background-color: #BDA2B8; }
a { background-color: rgb(189,162,184); }
div.DivClassName
{
background-color: #BDA2B8;
}
.BgClassName
{
background-color: #BDA2B8;
}
</style>
border-color css
<style>
span { border-color: #BDA2B8; }
span { border-color: rgb(189,162,184); }
td.TdClassName
{
border-color: #BDA2B8;
}
.TagClassName
{
border-color: #BDA2B8;
}
</style>