Shades of Lily #BDB0B4
Tints of Lily #BDB0B4
RGB
CMYK
RGB Variations
Color information
#BDB0B4 (or 0xBDB0B4) is known color: Lily. HEX triplet: BD, B0 and B4. RGB value is (189,176,180). Sum of RGB (Red+Green+Blue) = 189+176+180=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0B4 is #424F4B. Grayscale: #B4B4B4. Windows color (decimal): -4345676 or 11841725. OLE color: 11841725.
HSL color Cylindrical-coordinate representation of color #BDB0B4: hue angle of 341.54º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDB0B4 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 180 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.26 |
| HSL | 341.54º | 0.09% | 0.72% | - |
| HSV(B) | 341.54º | 0.07% | 0.74% | - |
| XYZ | 44.75 | 45.16 | 49.54 | - |
| YUV | 180.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 180 | 0 | 0.07 | 0.05 | 0.26 | 341.54 | 0.09 | 0.72 |
| Hex | BD | B0 | B4 | 0 | 7 | 5 | 1A | 156 | 9 | 48 |
| Octal | 275 | 260 | 264 | 0 | 7 | 5 | 32 | 526 | 11 | 110 |
| Binary | 10111101 | 10110000 | 10110100 | 0 | 111 | 101 | 11010 | 101010110 | 1001 | 1001000 |
Color Harmonies of #BDB0B4
Complementary color
Monochromatic Colors of #BDB0B4
Black with #BDB0B4
Text Example
Text Example
White with #BDB0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0B4; }
p { color: rgb(189,176,180); }
H1.HeaderClassName
{
color: #BDB0B4;
}
.AnyTagClassName
{
color: #BDB0B4;
}
</style>
background-color css
<style>
a { background-color: #BDB0B4; }
a { background-color: rgb(189,176,180); }
div.DivClassName
{
background-color: #BDB0B4;
}
.BgClassName
{
background-color: #BDB0B4;
}
</style>
border-color css
<style>
span { border-color: #BDB0B4; }
span { border-color: rgb(189,176,180); }
td.TdClassName
{
border-color: #BDB0B4;
}
.TagClassName
{
border-color: #BDB0B4;
}
</style>