Shades of Melrose #BCB1EC
Tints of Melrose #BCB1EC
RGB
CMYK
RGB Variations
Color information
#BCB1EC (or 0xBCB1EC) is known color: Melrose. HEX triplet: BC, B1 and EC. RGB value is (188,177,236). Sum of RGB (Red+Green+Blue) = 188+177+236=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB1EC is #434E13. Grayscale: #BABABA. Windows color (decimal): -4410900 or 15511996. OLE color: 15511996.
HSL color Cylindrical-coordinate representation of color #BCB1EC: hue angle of 251.19º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCB1EC is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 177 | 236 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.07 |
| HSL | 251.19º | 0.61% | 0.81% | - |
| HSV(B) | 251.19º | 0.25% | 0.93% | - |
| XYZ | 51.6 | 48.19 | 85.94 | - |
| YUV | 187.02 | 155.64 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 177 | 236 | 0.20 | 0.25 | 0 | 0.07 | 251.19 | 0.61 | 0.81 |
| Hex | BC | B1 | EC | 14 | 19 | 0 | 7 | FB | 3D | 51 |
| Octal | 274 | 261 | 354 | 24 | 31 | 0 | 7 | 373 | 75 | 121 |
| Binary | 10111100 | 10110001 | 11101100 | 10100 | 11001 | 0 | 111 | 11111011 | 111101 | 1010001 |
Color Harmonies of #BCB1EC
Complementary color
Monochromatic Colors of #BCB1EC
Black with #BCB1EC
Text Example
Text Example
White with #BCB1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB1EC; }
p { color: rgb(188,177,236); }
H1.HeaderClassName
{
color: #BCB1EC;
}
.AnyTagClassName
{
color: #BCB1EC;
}
</style>
background-color css
<style>
a { background-color: #BCB1EC; }
a { background-color: rgb(188,177,236); }
div.DivClassName
{
background-color: #BCB1EC;
}
.BgClassName
{
background-color: #BCB1EC;
}
</style>
border-color css
<style>
span { border-color: #BCB1EC; }
span { border-color: rgb(188,177,236); }
td.TdClassName
{
border-color: #BCB1EC;
}
.TagClassName
{
border-color: #BCB1EC;
}
</style>