Shades of Melrose #BCB3DB
Tints of Melrose #BCB3DB
RGB
CMYK
RGB Variations
Color information
#BCB3DB (or 0xBCB3DB) is known color: Melrose. HEX triplet: BC, B3 and DB. RGB value is (188,179,219). Sum of RGB (Red+Green+Blue) = 188+179+219=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3DB is #434C24. Grayscale: #BABABA. Windows color (decimal): -4410405 or 14398396. OLE color: 14398396.
HSL color Cylindrical-coordinate representation of color #BCB3DB: hue angle of 253.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCB3DB is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 179 | 219 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.14 |
| HSL | 253.5º | 0.36% | 0.78% | - |
| HSV(B) | 253.5º | 0.18% | 0.86% | - |
| XYZ | 49.65 | 48.05 | 73.68 | - |
| YUV | 186.25 | 146.48 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 219 | 0.14 | 0.18 | 0 | 0.14 | 253.5 | 0.36 | 0.78 |
| Hex | BC | B3 | DB | E | 12 | 0 | E | FE | 24 | 4E |
| Octal | 274 | 263 | 333 | 16 | 22 | 0 | 16 | 376 | 44 | 116 |
| Binary | 10111100 | 10110011 | 11011011 | 1110 | 10010 | 0 | 1110 | 11111110 | 100100 | 1001110 |
Color Harmonies of #BCB3DB
Complementary color
Monochromatic Colors of #BCB3DB
Black with #BCB3DB
Text Example
Text Example
White with #BCB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3DB; }
p { color: rgb(188,179,219); }
H1.HeaderClassName
{
color: #BCB3DB;
}
.AnyTagClassName
{
color: #BCB3DB;
}
</style>
background-color css
<style>
a { background-color: #BCB3DB; }
a { background-color: rgb(188,179,219); }
div.DivClassName
{
background-color: #BCB3DB;
}
.BgClassName
{
background-color: #BCB3DB;
}
</style>
border-color css
<style>
span { border-color: #BCB3DB; }
span { border-color: rgb(188,179,219); }
td.TdClassName
{
border-color: #BCB3DB;
}
.TagClassName
{
border-color: #BCB3DB;
}
</style>