Shades of Melrose #BDB5D5
Tints of Melrose #BDB5D5
RGB
CMYK
RGB Variations
Color information
#BDB5D5 (or 0xBDB5D5) is known color: Melrose. HEX triplet: BD, B5 and D5. RGB value is (189,181,213). Sum of RGB (Red+Green+Blue) = 189+181+213=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDB5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB5D5 is #424A2A. Grayscale: #BABABA. Windows color (decimal): -4344363 or 14005693. OLE color: 14005693.
HSL color Cylindrical-coordinate representation of color #BDB5D5: hue angle of 255º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDB5D5 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 189 | 181 | 213 | - |
CMYK | 0.11 | 0.15 | 0 | 0.16 |
HSL | 255º | 0.28% | 0.77% | - |
HSV(B) | 255º | 0.15% | 0.84% | - |
XYZ | 49.52 | 48.67 | 69.74 | - |
YUV | 187.04 | 142.65 | 129.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 181 | 213 | 0.11 | 0.15 | 0 | 0.16 | 255 | 0.28 | 0.77 |
Hex | BD | B5 | D5 | B | F | 0 | 10 | FF | 1C | 4D |
Octal | 275 | 265 | 325 | 13 | 17 | 0 | 20 | 377 | 34 | 115 |
Binary | 10111101 | 10110101 | 11010101 | 1011 | 1111 | 0 | 10000 | 11111111 | 11100 | 1001101 |
Color Harmonies of #BDB5D5
Complementary color
Monochromatic Colors of #BDB5D5
Black with #BDB5D5
Text Example
Text Example
White with #BDB5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5D5; }
p { color: rgb(189,181,213); }
H1.HeaderClassName
{
color: #BDB5D5;
}
.AnyTagClassName
{
color: #BDB5D5;
}
</style>
background-color css
<style>
a { background-color: #BDB5D5; }
a { background-color: rgb(189,181,213); }
div.DivClassName
{
background-color: #BDB5D5;
}
.BgClassName
{
background-color: #BDB5D5;
}
</style>
border-color css
<style>
span { border-color: #BDB5D5; }
span { border-color: rgb(189,181,213); }
td.TdClassName
{
border-color: #BDB5D5;
}
.TagClassName
{
border-color: #BDB5D5;
}
</style>