Shades of Melrose #BCAEE1
Tints of Melrose #BCAEE1
RGB
CMYK
RGB Variations
Color information
#BCAEE1 (or 0xBCAEE1) is known color: Melrose. HEX triplet: BC, AE and E1. RGB value is (188,174,225). Sum of RGB (Red+Green+Blue) = 188+174+225=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEE1 is #43511E. Grayscale: #B7B7B7. Windows color (decimal): -4411679 or 14790332. OLE color: 14790332.
HSL color Cylindrical-coordinate representation of color #BCAEE1: hue angle of 256.47º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCAEE1 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 174 | 225 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.12 |
| HSL | 256.47º | 0.46% | 0.78% | - |
| HSV(B) | 256.47º | 0.23% | 0.88% | - |
| XYZ | 49.47 | 46.4 | 77.58 | - |
| YUV | 184 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 225 | 0.16 | 0.23 | 0 | 0.12 | 256.47 | 0.46 | 0.78 |
| Hex | BC | AE | E1 | 10 | 17 | 0 | C | 100 | 2E | 4E |
| Octal | 274 | 256 | 341 | 20 | 27 | 0 | 14 | 400 | 56 | 116 |
| Binary | 10111100 | 10101110 | 11100001 | 10000 | 10111 | 0 | 1100 | 100000000 | 101110 | 1001110 |
Color Harmonies of #BCAEE1
Complementary color
Monochromatic Colors of #BCAEE1
Black with #BCAEE1
Text Example
Text Example
White with #BCAEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEE1; }
p { color: rgb(188,174,225); }
H1.HeaderClassName
{
color: #BCAEE1;
}
.AnyTagClassName
{
color: #BCAEE1;
}
</style>
background-color css
<style>
a { background-color: #BCAEE1; }
a { background-color: rgb(188,174,225); }
div.DivClassName
{
background-color: #BCAEE1;
}
.BgClassName
{
background-color: #BCAEE1;
}
</style>
border-color css
<style>
span { border-color: #BCAEE1; }
span { border-color: rgb(188,174,225); }
td.TdClassName
{
border-color: #BCAEE1;
}
.TagClassName
{
border-color: #BCAEE1;
}
</style>