Shades of Melrose #BAADF7
Tints of Melrose #BAADF7
RGB
CMYK
RGB Variations
Color information
#BAADF7 (or 0xBAADF7) is known color: Melrose. HEX triplet: BA, AD and F7. RGB value is (186,173,247). Sum of RGB (Red+Green+Blue) = 186+173+247=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 247 (96.88% from 255 or 40.76% from 606); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADF7 is #455208. Grayscale: #B9B9B9. Windows color (decimal): -4542985 or 16231866. OLE color: 16231866.
HSL color Cylindrical-coordinate representation of color #BAADF7: hue angle of 250.54º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAADF7 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 173 | 247 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.03 |
| HSL | 250.54º | 0.82% | 0.82% | - |
| HSV(B) | 250.54º | 0.3% | 0.97% | - |
| XYZ | 51.98 | 47.04 | 94.34 | - |
| YUV | 185.32 | 162.81 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 247 | 0.25 | 0.30 | 0 | 0.03 | 250.54 | 0.82 | 0.82 |
| Hex | BA | AD | F7 | 19 | 1E | 0 | 3 | FB | 52 | 52 |
| Octal | 272 | 255 | 367 | 31 | 36 | 0 | 3 | 373 | 122 | 122 |
| Binary | 10111010 | 10101101 | 11110111 | 11001 | 11110 | 0 | 11 | 11111011 | 1010010 | 1010010 |
Color Harmonies of #BAADF7
Complementary color
Monochromatic Colors of #BAADF7
Black with #BAADF7
Text Example
Text Example
White with #BAADF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADF7; }
p { color: rgb(186,173,247); }
H1.HeaderClassName
{
color: #BAADF7;
}
.AnyTagClassName
{
color: #BAADF7;
}
</style>
background-color css
<style>
a { background-color: #BAADF7; }
a { background-color: rgb(186,173,247); }
div.DivClassName
{
background-color: #BAADF7;
}
.BgClassName
{
background-color: #BAADF7;
}
</style>
border-color css
<style>
span { border-color: #BAADF7; }
span { border-color: rgb(186,173,247); }
td.TdClassName
{
border-color: #BAADF7;
}
.TagClassName
{
border-color: #BAADF7;
}
</style>