Shades of Melrose #BCADE2
Tints of Melrose #BCADE2
RGB
CMYK
RGB Variations
Color information
#BCADE2 (or 0xBCADE2) is known color: Melrose. HEX triplet: BC, AD and E2. RGB value is (188,173,226). Sum of RGB (Red+Green+Blue) = 188+173+226=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADE2 is #43521D. Grayscale: #B7B7B7. Windows color (decimal): -4411934 or 14855612. OLE color: 14855612.
HSL color Cylindrical-coordinate representation of color #BCADE2: hue angle of 256.98º degrees, saturation: 0.48, 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 #BCADE2 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 173 | 226 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.11 |
| HSL | 256.98º | 0.48% | 0.78% | - |
| HSV(B) | 256.98º | 0.23% | 0.89% | - |
| XYZ | 49.41 | 46.07 | 78.24 | - |
| YUV | 183.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 226 | 0.17 | 0.23 | 0 | 0.11 | 256.98 | 0.48 | 0.78 |
| Hex | BC | AD | E2 | 11 | 17 | 0 | B | 101 | 30 | 4E |
| Octal | 274 | 255 | 342 | 21 | 27 | 0 | 13 | 401 | 60 | 116 |
| Binary | 10111100 | 10101101 | 11100010 | 10001 | 10111 | 0 | 1011 | 100000001 | 110000 | 1001110 |
Color Harmonies of #BCADE2
Complementary color
Monochromatic Colors of #BCADE2
Black with #BCADE2
Text Example
Text Example
White with #BCADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADE2; }
p { color: rgb(188,173,226); }
H1.HeaderClassName
{
color: #BCADE2;
}
.AnyTagClassName
{
color: #BCADE2;
}
</style>
background-color css
<style>
a { background-color: #BCADE2; }
a { background-color: rgb(188,173,226); }
div.DivClassName
{
background-color: #BCADE2;
}
.BgClassName
{
background-color: #BCADE2;
}
</style>
border-color css
<style>
span { border-color: #BCADE2; }
span { border-color: rgb(188,173,226); }
td.TdClassName
{
border-color: #BCADE2;
}
.TagClassName
{
border-color: #BCADE2;
}
</style>