Shades of Lily #BDB0B6
Tints of Lily #BDB0B6
RGB
CMYK
RGB Variations
Color information
#BDB0B6 (or 0xBDB0B6) is known color: Lily. HEX triplet: BD, B0 and B6. RGB value is (189,176,182). Sum of RGB (Red+Green+Blue) = 189+176+182=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0B6 is #424F49. Grayscale: #B4B4B4. Windows color (decimal): -4345674 or 11972797. OLE color: 11972797.
HSL color Cylindrical-coordinate representation of color #BDB0B6: hue angle of 332.31º 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 #BDB0B6 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 182 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.26 |
| HSL | 332.31º | 0.09% | 0.72% | - |
| HSV(B) | 332.31º | 0.07% | 0.74% | - |
| XYZ | 44.96 | 45.25 | 50.62 | - |
| YUV | 180.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 182 | 0 | 0.07 | 0.04 | 0.26 | 332.31 | 0.09 | 0.72 |
| Hex | BD | B0 | B6 | 0 | 7 | 4 | 1A | 14C | 9 | 48 |
| Octal | 275 | 260 | 266 | 0 | 7 | 4 | 32 | 514 | 11 | 110 |
| Binary | 10111101 | 10110000 | 10110110 | 0 | 111 | 100 | 11010 | 101001100 | 1001 | 1001000 |
Color Harmonies of #BDB0B6
Complementary color
Monochromatic Colors of #BDB0B6
Black with #BDB0B6
Text Example
Text Example
White with #BDB0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0B6; }
p { color: rgb(189,176,182); }
H1.HeaderClassName
{
color: #BDB0B6;
}
.AnyTagClassName
{
color: #BDB0B6;
}
</style>
background-color css
<style>
a { background-color: #BDB0B6; }
a { background-color: rgb(189,176,182); }
div.DivClassName
{
background-color: #BDB0B6;
}
.BgClassName
{
background-color: #BDB0B6;
}
</style>
border-color css
<style>
span { border-color: #BDB0B6; }
span { border-color: rgb(189,176,182); }
td.TdClassName
{
border-color: #BDB0B6;
}
.TagClassName
{
border-color: #BDB0B6;
}
</style>