Shades of Melrose #BAADFE
Tints of Melrose #BAADFE
RGB
CMYK
RGB Variations
Color information
#BAADFE (or 0xBAADFE) is known color: Melrose. HEX triplet: BA, AD and FE. RGB value is (186,173,254). Sum of RGB (Red+Green+Blue) = 186+173+254=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADFE is #455201. Grayscale: #B9B9B9. Windows color (decimal): -4542978 or 16690618. OLE color: 16690618.
HSL color Cylindrical-coordinate representation of color #BAADFE: hue angle of 249.63º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAADFE is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 173 | 254 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.00 |
| HSL | 249.63º | 0.98% | 0.84% | - |
| HSV(B) | 249.63º | 0.32% | 1% | - |
| XYZ | 53.08 | 47.48 | 100.13 | - |
| YUV | 186.12 | 166.31 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 254 | 0.27 | 0.32 | 0 | 0.00 | 249.63 | 0.98 | 0.84 |
| Hex | BA | AD | FE | 1B | 20 | 0 | 0 | FA | 62 | 54 |
| Octal | 272 | 255 | 376 | 33 | 40 | 0 | 0 | 372 | 142 | 124 |
| Binary | 10111010 | 10101101 | 11111110 | 11011 | 100000 | 0 | 0 | 11111010 | 1100010 | 1010100 |
Color Harmonies of #BAADFE
Complementary color
Monochromatic Colors of #BAADFE
Black with #BAADFE
Text Example
Text Example
White with #BAADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADFE; }
p { color: rgb(186,173,254); }
H1.HeaderClassName
{
color: #BAADFE;
}
.AnyTagClassName
{
color: #BAADFE;
}
</style>
background-color css
<style>
a { background-color: #BAADFE; }
a { background-color: rgb(186,173,254); }
div.DivClassName
{
background-color: #BAADFE;
}
.BgClassName
{
background-color: #BAADFE;
}
</style>
border-color css
<style>
span { border-color: #BAADFE; }
span { border-color: rgb(186,173,254); }
td.TdClassName
{
border-color: #BAADFE;
}
.TagClassName
{
border-color: #BAADFE;
}
</style>