Shades of Melrose #BCB5DC
Tints of Melrose #BCB5DC
RGB
CMYK
RGB Variations
Color information
#BCB5DC (or 0xBCB5DC) is known color: Melrose. HEX triplet: BC, B5 and DC. RGB value is (188,181,220). Sum of RGB (Red+Green+Blue) = 188+181+220=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5DC is #434A23. Grayscale: #BBBBBB. Windows color (decimal): -4409892 or 14464444. OLE color: 14464444.
HSL color Cylindrical-coordinate representation of color #BCB5DC: hue angle of 250.77º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCB5DC is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 181 | 220 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.14 |
| HSL | 250.77º | 0.36% | 0.79% | - |
| HSV(B) | 250.77º | 0.18% | 0.86% | - |
| XYZ | 50.18 | 48.91 | 74.51 | - |
| YUV | 187.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 181 | 220 | 0.15 | 0.18 | 0 | 0.14 | 250.77 | 0.36 | 0.79 |
| Hex | BC | B5 | DC | F | 12 | 0 | E | FB | 24 | 4F |
| Octal | 274 | 265 | 334 | 17 | 22 | 0 | 16 | 373 | 44 | 117 |
| Binary | 10111100 | 10110101 | 11011100 | 1111 | 10010 | 0 | 1110 | 11111011 | 100100 | 1001111 |
Color Harmonies of #BCB5DC
Complementary color
Monochromatic Colors of #BCB5DC
Black with #BCB5DC
Text Example
Text Example
White with #BCB5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB5DC; }
p { color: rgb(188,181,220); }
H1.HeaderClassName
{
color: #BCB5DC;
}
.AnyTagClassName
{
color: #BCB5DC;
}
</style>
background-color css
<style>
a { background-color: #BCB5DC; }
a { background-color: rgb(188,181,220); }
div.DivClassName
{
background-color: #BCB5DC;
}
.BgClassName
{
background-color: #BCB5DC;
}
</style>
border-color css
<style>
span { border-color: #BCB5DC; }
span { border-color: rgb(188,181,220); }
td.TdClassName
{
border-color: #BCB5DC;
}
.TagClassName
{
border-color: #BCB5DC;
}
</style>