Shades of Melrose #BCAEE0
Tints of Melrose #BCAEE0
RGB
CMYK
RGB Variations
Color information
#BCAEE0 (or 0xBCAEE0) is known color: Melrose. HEX triplet: BC, AE and E0. RGB value is (188,174,224). Sum of RGB (Red+Green+Blue) = 188+174+224=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEE0 is #43511F. Grayscale: #B7B7B7. Windows color (decimal): -4411680 or 14724796. OLE color: 14724796.
HSL color Cylindrical-coordinate representation of color #BCAEE0: hue angle of 256.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCAEE0 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 174 | 224 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.12 |
| HSL | 256.8º | 0.45% | 0.78% | - |
| HSV(B) | 256.8º | 0.22% | 0.88% | - |
| XYZ | 49.33 | 46.35 | 76.87 | - |
| YUV | 183.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 224 | 0.16 | 0.22 | 0 | 0.12 | 256.8 | 0.45 | 0.78 |
| Hex | BC | AE | E0 | 10 | 16 | 0 | C | 101 | 2D | 4E |
| Octal | 274 | 256 | 340 | 20 | 26 | 0 | 14 | 401 | 55 | 116 |
| Binary | 10111100 | 10101110 | 11100000 | 10000 | 10110 | 0 | 1100 | 100000001 | 101101 | 1001110 |
Color Harmonies of #BCAEE0
Complementary color
Monochromatic Colors of #BCAEE0
Black with #BCAEE0
Text Example
Text Example
White with #BCAEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEE0; }
p { color: rgb(188,174,224); }
H1.HeaderClassName
{
color: #BCAEE0;
}
.AnyTagClassName
{
color: #BCAEE0;
}
</style>
background-color css
<style>
a { background-color: #BCAEE0; }
a { background-color: rgb(188,174,224); }
div.DivClassName
{
background-color: #BCAEE0;
}
.BgClassName
{
background-color: #BCAEE0;
}
</style>
border-color css
<style>
span { border-color: #BCAEE0; }
span { border-color: rgb(188,174,224); }
td.TdClassName
{
border-color: #BCAEE0;
}
.TagClassName
{
border-color: #BCAEE0;
}
</style>