Shades of Melrose #BCADE8
Tints of Melrose #BCADE8
RGB
CMYK
RGB Variations
Color information
#BCADE8 (or 0xBCADE8) is known color: Melrose. HEX triplet: BC, AD and E8. RGB value is (188,173,232). Sum of RGB (Red+Green+Blue) = 188+173+232=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADE8 is #435217. Grayscale: #B7B7B7. Windows color (decimal): -4411928 or 15248828. OLE color: 15248828.
HSL color Cylindrical-coordinate representation of color #BCADE8: hue angle of 255.25º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCADE8 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 173 | 232 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.09 |
| HSL | 255.25º | 0.56% | 0.79% | - |
| HSV(B) | 255.25º | 0.25% | 0.91% | - |
| XYZ | 50.25 | 46.4 | 82.65 | - |
| YUV | 184.21 | 154.97 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 232 | 0.19 | 0.25 | 0 | 0.09 | 255.25 | 0.56 | 0.79 |
| Hex | BC | AD | E8 | 13 | 19 | 0 | 9 | FF | 38 | 4F |
| Octal | 274 | 255 | 350 | 23 | 31 | 0 | 11 | 377 | 70 | 117 |
| Binary | 10111100 | 10101101 | 11101000 | 10011 | 11001 | 0 | 1001 | 11111111 | 111000 | 1001111 |
Color Harmonies of #BCADE8
Complementary color
Monochromatic Colors of #BCADE8
Black with #BCADE8
Text Example
Text Example
White with #BCADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADE8; }
p { color: rgb(188,173,232); }
H1.HeaderClassName
{
color: #BCADE8;
}
.AnyTagClassName
{
color: #BCADE8;
}
</style>
background-color css
<style>
a { background-color: #BCADE8; }
a { background-color: rgb(188,173,232); }
div.DivClassName
{
background-color: #BCADE8;
}
.BgClassName
{
background-color: #BCADE8;
}
</style>
border-color css
<style>
span { border-color: #BCADE8; }
span { border-color: rgb(188,173,232); }
td.TdClassName
{
border-color: #BCADE8;
}
.TagClassName
{
border-color: #BCADE8;
}
</style>