Shades of Melrose #BCB5D8
Tints of Melrose #BCB5D8
RGB
CMYK
RGB Variations
Color information
#BCB5D8 (or 0xBCB5D8) is known color: Melrose. HEX triplet: BC, B5 and D8. RGB value is (188,181,216). Sum of RGB (Red+Green+Blue) = 188+181+216=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCB5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5D8 is #434A27. Grayscale: #BABABA. Windows color (decimal): -4409896 or 14202300. OLE color: 14202300.
HSL color Cylindrical-coordinate representation of color #BCB5D8: hue angle of 252º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCB5D8 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 181 | 216 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.15 |
| HSL | 252º | 0.31% | 0.78% | - |
| HSV(B) | 252º | 0.16% | 0.85% | - |
| XYZ | 49.66 | 48.7 | 71.75 | - |
| YUV | 187.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 216 | 0.13 | 0.16 | 0 | 0.15 | 252 | 0.31 | 0.78 |
| Hex | BC | B5 | D8 | D | 10 | 0 | F | FC | 1F | 4E |
| Octal | 274 | 265 | 330 | 15 | 20 | 0 | 17 | 374 | 37 | 116 |
| Binary | 10111100 | 10110101 | 11011000 | 1101 | 10000 | 0 | 1111 | 11111100 | 11111 | 1001110 |
Color Harmonies of #BCB5D8
Complementary color
Monochromatic Colors of #BCB5D8
Black with #BCB5D8
Text Example
Text Example
White with #BCB5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5D8; }
p { color: rgb(188,181,216); }
H1.HeaderClassName
{
color: #BCB5D8;
}
.AnyTagClassName
{
color: #BCB5D8;
}
</style>
background-color css
<style>
a { background-color: #BCB5D8; }
a { background-color: rgb(188,181,216); }
div.DivClassName
{
background-color: #BCB5D8;
}
.BgClassName
{
background-color: #BCB5D8;
}
</style>
border-color css
<style>
span { border-color: #BCB5D8; }
span { border-color: rgb(188,181,216); }
td.TdClassName
{
border-color: #BCB5D8;
}
.TagClassName
{
border-color: #BCB5D8;
}
</style>