Shades of Melrose #BCADE9
Tints of Melrose #BCADE9
RGB
CMYK
RGB Variations
Color information
#BCADE9 (or 0xBCADE9) is known color: Melrose. HEX triplet: BC, AD and E9. RGB value is (188,173,233). Sum of RGB (Red+Green+Blue) = 188+173+233=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADE9 is #435216. Grayscale: #B8B8B8. Windows color (decimal): -4411927 or 15314364. OLE color: 15314364.
HSL color Cylindrical-coordinate representation of color #BCADE9: hue angle of 255º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCADE9 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 173 | 233 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.09 |
| HSL | 255º | 0.58% | 0.8% | - |
| HSV(B) | 255º | 0.26% | 0.91% | - |
| XYZ | 50.39 | 46.46 | 83.4 | - |
| YUV | 184.33 | 155.47 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 233 | 0.19 | 0.26 | 0 | 0.09 | 255 | 0.58 | 0.8 |
| Hex | BC | AD | E9 | 13 | 1A | 0 | 9 | FF | 3A | 50 |
| Octal | 274 | 255 | 351 | 23 | 32 | 0 | 11 | 377 | 72 | 120 |
| Binary | 10111100 | 10101101 | 11101001 | 10011 | 11010 | 0 | 1001 | 11111111 | 111010 | 1010000 |
Color Harmonies of #BCADE9
Complementary color
Monochromatic Colors of #BCADE9
Black with #BCADE9
Text Example
Text Example
White with #BCADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADE9; }
p { color: rgb(188,173,233); }
H1.HeaderClassName
{
color: #BCADE9;
}
.AnyTagClassName
{
color: #BCADE9;
}
</style>
background-color css
<style>
a { background-color: #BCADE9; }
a { background-color: rgb(188,173,233); }
div.DivClassName
{
background-color: #BCADE9;
}
.BgClassName
{
background-color: #BCADE9;
}
</style>
border-color css
<style>
span { border-color: #BCADE9; }
span { border-color: rgb(188,173,233); }
td.TdClassName
{
border-color: #BCADE9;
}
.TagClassName
{
border-color: #BCADE9;
}
</style>