Shades of Lily #BDB0B5
Tints of Lily #BDB0B5
RGB
CMYK
RGB Variations
Color information
#BDB0B5 (or 0xBDB0B5) is known color: Lily. HEX triplet: BD, B0 and B5. RGB value is (189,176,181). Sum of RGB (Red+Green+Blue) = 189+176+181=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0B5 is #424F4A. Grayscale: #B4B4B4. Windows color (decimal): -4345675 or 11907261. OLE color: 11907261.
HSL color Cylindrical-coordinate representation of color #BDB0B5: hue angle of 336.92º 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 #BDB0B5 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 176 | 181 | - |
CMYK | 0 | 0.07 | 0.04 | 0.26 |
HSL | 336.92º | 0.09% | 0.72% | - |
HSV(B) | 336.92º | 0.07% | 0.74% | - |
XYZ | 44.85 | 45.21 | 50.08 | - |
YUV | 180.46 | 128.31 | 134.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 176 | 181 | 0 | 0.07 | 0.04 | 0.26 | 336.92 | 0.09 | 0.72 |
Hex | BD | B0 | B5 | 0 | 7 | 4 | 1A | 151 | 9 | 48 |
Octal | 275 | 260 | 265 | 0 | 7 | 4 | 32 | 521 | 11 | 110 |
Binary | 10111101 | 10110000 | 10110101 | 0 | 111 | 100 | 11010 | 101010001 | 1001 | 1001000 |
Color Harmonies of #BDB0B5
Complementary color
Monochromatic Colors of #BDB0B5
Black with #BDB0B5
Text Example
Text Example
White with #BDB0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0B5; }
p { color: rgb(189,176,181); }
H1.HeaderClassName
{
color: #BDB0B5;
}
.AnyTagClassName
{
color: #BDB0B5;
}
</style>
background-color css
<style>
a { background-color: #BDB0B5; }
a { background-color: rgb(189,176,181); }
div.DivClassName
{
background-color: #BDB0B5;
}
.BgClassName
{
background-color: #BDB0B5;
}
</style>
border-color css
<style>
span { border-color: #BDB0B5; }
span { border-color: rgb(189,176,181); }
td.TdClassName
{
border-color: #BDB0B5;
}
.TagClassName
{
border-color: #BDB0B5;
}
</style>