Shades of Melrose #BAADF0
Tints of Melrose #BAADF0
RGB
CMYK
RGB Variations
Color information
#BAADF0 (or 0xBAADF0) is known color: Melrose. HEX triplet: BA, AD and F0. RGB value is (186,173,240). Sum of RGB (Red+Green+Blue) = 186+173+240=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADF0 is #45520F. Grayscale: #B8B8B8. Windows color (decimal): -4542992 or 15773114. OLE color: 15773114.
HSL color Cylindrical-coordinate representation of color #BAADF0: hue angle of 251.64º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAADF0 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 173 | 240 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.06 |
| HSL | 251.64º | 0.69% | 0.81% | - |
| HSV(B) | 251.64º | 0.28% | 0.94% | - |
| XYZ | 50.92 | 46.62 | 88.75 | - |
| YUV | 184.53 | 159.31 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 240 | 0.22 | 0.28 | 0 | 0.06 | 251.64 | 0.69 | 0.81 |
| Hex | BA | AD | F0 | 16 | 1C | 0 | 6 | FC | 45 | 51 |
| Octal | 272 | 255 | 360 | 26 | 34 | 0 | 6 | 374 | 105 | 121 |
| Binary | 10111010 | 10101101 | 11110000 | 10110 | 11100 | 0 | 110 | 11111100 | 1000101 | 1010001 |
Color Harmonies of #BAADF0
Complementary color
Monochromatic Colors of #BAADF0
Black with #BAADF0
Text Example
Text Example
White with #BAADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADF0; }
p { color: rgb(186,173,240); }
H1.HeaderClassName
{
color: #BAADF0;
}
.AnyTagClassName
{
color: #BAADF0;
}
</style>
background-color css
<style>
a { background-color: #BAADF0; }
a { background-color: rgb(186,173,240); }
div.DivClassName
{
background-color: #BAADF0;
}
.BgClassName
{
background-color: #BAADF0;
}
</style>
border-color css
<style>
span { border-color: #BAADF0; }
span { border-color: rgb(186,173,240); }
td.TdClassName
{
border-color: #BAADF0;
}
.TagClassName
{
border-color: #BAADF0;
}
</style>