Shades of Melrose #BAADEC
Tints of Melrose #BAADEC
RGB
CMYK
RGB Variations
Color information
#BAADEC (or 0xBAADEC) is known color: Melrose. HEX triplet: BA, AD and EC. RGB value is (186,173,236). Sum of RGB (Red+Green+Blue) = 186+173+236=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADEC is #455213. Grayscale: #B7B7B7. Windows color (decimal): -4542996 or 15510970. OLE color: 15510970.
HSL color Cylindrical-coordinate representation of color #BAADEC: hue angle of 252.38º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAADEC is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 173 | 236 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.07 |
| HSL | 252.38º | 0.62% | 0.8% | - |
| HSV(B) | 252.38º | 0.27% | 0.93% | - |
| XYZ | 50.33 | 46.38 | 85.66 | - |
| YUV | 184.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 236 | 0.21 | 0.27 | 0 | 0.07 | 252.38 | 0.62 | 0.8 |
| Hex | BA | AD | EC | 15 | 1B | 0 | 7 | FC | 3E | 50 |
| Octal | 272 | 255 | 354 | 25 | 33 | 0 | 7 | 374 | 76 | 120 |
| Binary | 10111010 | 10101101 | 11101100 | 10101 | 11011 | 0 | 111 | 11111100 | 111110 | 1010000 |
Color Harmonies of #BAADEC
Complementary color
Monochromatic Colors of #BAADEC
Black with #BAADEC
Text Example
Text Example
White with #BAADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADEC; }
p { color: rgb(186,173,236); }
H1.HeaderClassName
{
color: #BAADEC;
}
.AnyTagClassName
{
color: #BAADEC;
}
</style>
background-color css
<style>
a { background-color: #BAADEC; }
a { background-color: rgb(186,173,236); }
div.DivClassName
{
background-color: #BAADEC;
}
.BgClassName
{
background-color: #BAADEC;
}
</style>
border-color css
<style>
span { border-color: #BAADEC; }
span { border-color: rgb(186,173,236); }
td.TdClassName
{
border-color: #BAADEC;
}
.TagClassName
{
border-color: #BAADEC;
}
</style>