Shades of Melrose #BAADF9
Tints of Melrose #BAADF9
RGB
CMYK
RGB Variations
Color information
#BAADF9 (or 0xBAADF9) is known color: Melrose. HEX triplet: BA, AD and F9. RGB value is (186,173,249). Sum of RGB (Red+Green+Blue) = 186+173+249=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAADF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADF9 is #455206. Grayscale: #B9B9B9. Windows color (decimal): -4542983 or 16362938. OLE color: 16362938.
HSL color Cylindrical-coordinate representation of color #BAADF9: hue angle of 250.26º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAADF9 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 173 | 249 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.02 |
| HSL | 250.26º | 0.86% | 0.83% | - |
| HSV(B) | 250.26º | 0.31% | 0.98% | - |
| XYZ | 52.29 | 47.17 | 95.97 | - |
| YUV | 185.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 249 | 0.25 | 0.31 | 0 | 0.02 | 250.26 | 0.86 | 0.83 |
| Hex | BA | AD | F9 | 19 | 1F | 0 | 2 | FA | 56 | 53 |
| Octal | 272 | 255 | 371 | 31 | 37 | 0 | 2 | 372 | 126 | 123 |
| Binary | 10111010 | 10101101 | 11111001 | 11001 | 11111 | 0 | 10 | 11111010 | 1010110 | 1010011 |
Color Harmonies of #BAADF9
Complementary color
Monochromatic Colors of #BAADF9
Black with #BAADF9
Text Example
Text Example
White with #BAADF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADF9; }
p { color: rgb(186,173,249); }
H1.HeaderClassName
{
color: #BAADF9;
}
.AnyTagClassName
{
color: #BAADF9;
}
</style>
background-color css
<style>
a { background-color: #BAADF9; }
a { background-color: rgb(186,173,249); }
div.DivClassName
{
background-color: #BAADF9;
}
.BgClassName
{
background-color: #BAADF9;
}
</style>
border-color css
<style>
span { border-color: #BAADF9; }
span { border-color: rgb(186,173,249); }
td.TdClassName
{
border-color: #BAADF9;
}
.TagClassName
{
border-color: #BAADF9;
}
</style>