Shades of Melrose #BAADF2
Tints of Melrose #BAADF2
RGB
CMYK
RGB Variations
Color information
#BAADF2 (or 0xBAADF2) is known color: Melrose. HEX triplet: BA, AD and F2. RGB value is (186,173,242). Sum of RGB (Red+Green+Blue) = 186+173+242=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADF2 is #45520D. Grayscale: #B8B8B8. Windows color (decimal): -4542990 or 15904186. OLE color: 15904186.
HSL color Cylindrical-coordinate representation of color #BAADF2: hue angle of 251.3º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAADF2 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 173 | 242 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.05 |
| HSL | 251.3º | 0.73% | 0.81% | - |
| HSV(B) | 251.3º | 0.29% | 0.95% | - |
| XYZ | 51.22 | 46.74 | 90.33 | - |
| YUV | 184.75 | 160.31 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 242 | 0.23 | 0.29 | 0 | 0.05 | 251.3 | 0.73 | 0.81 |
| Hex | BA | AD | F2 | 17 | 1D | 0 | 5 | FB | 49 | 51 |
| Octal | 272 | 255 | 362 | 27 | 35 | 0 | 5 | 373 | 111 | 121 |
| Binary | 10111010 | 10101101 | 11110010 | 10111 | 11101 | 0 | 101 | 11111011 | 1001001 | 1010001 |
Color Harmonies of #BAADF2
Complementary color
Monochromatic Colors of #BAADF2
Black with #BAADF2
Text Example
Text Example
White with #BAADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADF2; }
p { color: rgb(186,173,242); }
H1.HeaderClassName
{
color: #BAADF2;
}
.AnyTagClassName
{
color: #BAADF2;
}
</style>
background-color css
<style>
a { background-color: #BAADF2; }
a { background-color: rgb(186,173,242); }
div.DivClassName
{
background-color: #BAADF2;
}
.BgClassName
{
background-color: #BAADF2;
}
</style>
border-color css
<style>
span { border-color: #BAADF2; }
span { border-color: rgb(186,173,242); }
td.TdClassName
{
border-color: #BAADF2;
}
.TagClassName
{
border-color: #BAADF2;
}
</style>