Shades of Melrose #BCADEF
Tints of Melrose #BCADEF
RGB
CMYK
RGB Variations
Color information
#BCADEF (or 0xBCADEF) is known color: Melrose. HEX triplet: BC, AD and EF. RGB value is (188,173,239). Sum of RGB (Red+Green+Blue) = 188+173+239=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADEF is #435210. Grayscale: #B8B8B8. Windows color (decimal): -4411921 or 15707580. OLE color: 15707580.
HSL color Cylindrical-coordinate representation of color #BCADEF: hue angle of 253.64º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCADEF is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 173 | 239 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.06 |
| HSL | 253.64º | 0.67% | 0.81% | - |
| HSV(B) | 253.64º | 0.28% | 0.94% | - |
| XYZ | 51.26 | 46.81 | 87.99 | - |
| YUV | 185.01 | 158.47 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 239 | 0.21 | 0.28 | 0 | 0.06 | 253.64 | 0.67 | 0.81 |
| Hex | BC | AD | EF | 15 | 1C | 0 | 6 | FE | 43 | 51 |
| Octal | 274 | 255 | 357 | 25 | 34 | 0 | 6 | 376 | 103 | 121 |
| Binary | 10111100 | 10101101 | 11101111 | 10101 | 11100 | 0 | 110 | 11111110 | 1000011 | 1010001 |
Color Harmonies of #BCADEF
Complementary color
Monochromatic Colors of #BCADEF
Black with #BCADEF
Text Example
Text Example
White with #BCADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADEF; }
p { color: rgb(188,173,239); }
H1.HeaderClassName
{
color: #BCADEF;
}
.AnyTagClassName
{
color: #BCADEF;
}
</style>
background-color css
<style>
a { background-color: #BCADEF; }
a { background-color: rgb(188,173,239); }
div.DivClassName
{
background-color: #BCADEF;
}
.BgClassName
{
background-color: #BCADEF;
}
</style>
border-color css
<style>
span { border-color: #BCADEF; }
span { border-color: rgb(188,173,239); }
td.TdClassName
{
border-color: #BCADEF;
}
.TagClassName
{
border-color: #BCADEF;
}
</style>