Shades of Melrose #BCB3D9
Tints of Melrose #BCB3D9
RGB
CMYK
RGB Variations
Color information
#BCB3D9 (or 0xBCB3D9) is known color: Melrose. HEX triplet: BC, B3 and D9. RGB value is (188,179,217). Sum of RGB (Red+Green+Blue) = 188+179+217=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCB3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3D9 is #434C26. Grayscale: #B9B9B9. Windows color (decimal): -4410407 or 14267324. OLE color: 14267324.
HSL color Cylindrical-coordinate representation of color #BCB3D9: hue angle of 254.21º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCB3D9 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 179 | 217 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.15 |
| HSL | 254.21º | 0.33% | 0.78% | - |
| HSV(B) | 254.21º | 0.18% | 0.85% | - |
| XYZ | 49.38 | 47.94 | 72.3 | - |
| YUV | 186.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 217 | 0.13 | 0.18 | 0 | 0.15 | 254.21 | 0.33 | 0.78 |
| Hex | BC | B3 | D9 | D | 12 | 0 | F | FE | 21 | 4E |
| Octal | 274 | 263 | 331 | 15 | 22 | 0 | 17 | 376 | 41 | 116 |
| Binary | 10111100 | 10110011 | 11011001 | 1101 | 10010 | 0 | 1111 | 11111110 | 100001 | 1001110 |
Color Harmonies of #BCB3D9
Complementary color
Monochromatic Colors of #BCB3D9
Black with #BCB3D9
Text Example
Text Example
White with #BCB3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3D9; }
p { color: rgb(188,179,217); }
H1.HeaderClassName
{
color: #BCB3D9;
}
.AnyTagClassName
{
color: #BCB3D9;
}
</style>
background-color css
<style>
a { background-color: #BCB3D9; }
a { background-color: rgb(188,179,217); }
div.DivClassName
{
background-color: #BCB3D9;
}
.BgClassName
{
background-color: #BCB3D9;
}
</style>
border-color css
<style>
span { border-color: #BCB3D9; }
span { border-color: rgb(188,179,217); }
td.TdClassName
{
border-color: #BCB3D9;
}
.TagClassName
{
border-color: #BCB3D9;
}
</style>