Shades of Melrose #BCAEE2
Tints of Melrose #BCAEE2
RGB
CMYK
RGB Variations
Color information
#BCAEE2 (or 0xBCAEE2) is known color: Melrose. HEX triplet: BC, AE and E2. RGB value is (188,174,226). Sum of RGB (Red+Green+Blue) = 188+174+226=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 226 (88.67% from 255 or 38.44% from 588); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCAEE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEE2 is #43511D. Grayscale: #B7B7B7. Windows color (decimal): -4411678 or 14855868. OLE color: 14855868.
HSL color Cylindrical-coordinate representation of color #BCAEE2: hue angle of 256.15º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCAEE2 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 174 | 226 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.11 |
| HSL | 256.15º | 0.47% | 0.78% | - |
| HSV(B) | 256.15º | 0.23% | 0.89% | - |
| XYZ | 49.6 | 46.45 | 78.3 | - |
| YUV | 184.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 226 | 0.17 | 0.23 | 0 | 0.11 | 256.15 | 0.47 | 0.78 |
| Hex | BC | AE | E2 | 11 | 17 | 0 | B | 100 | 2F | 4E |
| Octal | 274 | 256 | 342 | 21 | 27 | 0 | 13 | 400 | 57 | 116 |
| Binary | 10111100 | 10101110 | 11100010 | 10001 | 10111 | 0 | 1011 | 100000000 | 101111 | 1001110 |
Color Harmonies of #BCAEE2
Complementary color
Monochromatic Colors of #BCAEE2
Black with #BCAEE2
Text Example
Text Example
White with #BCAEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEE2; }
p { color: rgb(188,174,226); }
H1.HeaderClassName
{
color: #BCAEE2;
}
.AnyTagClassName
{
color: #BCAEE2;
}
</style>
background-color css
<style>
a { background-color: #BCAEE2; }
a { background-color: rgb(188,174,226); }
div.DivClassName
{
background-color: #BCAEE2;
}
.BgClassName
{
background-color: #BCAEE2;
}
</style>
border-color css
<style>
span { border-color: #BCAEE2; }
span { border-color: rgb(188,174,226); }
td.TdClassName
{
border-color: #BCAEE2;
}
.TagClassName
{
border-color: #BCAEE2;
}
</style>