Shades of Melrose #BAADF5
Tints of Melrose #BAADF5
RGB
CMYK
RGB Variations
Color information
#BAADF5 (or 0xBAADF5) is known color: Melrose. HEX triplet: BA, AD and F5. RGB value is (186,173,245). Sum of RGB (Red+Green+Blue) = 186+173+245=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAADF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADF5 is #45520A. Grayscale: #B8B8B8. Windows color (decimal): -4542987 or 16100794. OLE color: 16100794.
HSL color Cylindrical-coordinate representation of color #BAADF5: hue angle of 250.83º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAADF5 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 173 | 245 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.04 |
| HSL | 250.83º | 0.78% | 0.82% | - |
| HSV(B) | 250.83º | 0.29% | 0.96% | - |
| XYZ | 51.67 | 46.92 | 92.72 | - |
| YUV | 185.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 245 | 0.24 | 0.29 | 0 | 0.04 | 250.83 | 0.78 | 0.82 |
| Hex | BA | AD | F5 | 18 | 1D | 0 | 4 | FB | 4E | 52 |
| Octal | 272 | 255 | 365 | 30 | 35 | 0 | 4 | 373 | 116 | 122 |
| Binary | 10111010 | 10101101 | 11110101 | 11000 | 11101 | 0 | 100 | 11111011 | 1001110 | 1010010 |
Color Harmonies of #BAADF5
Complementary color
Monochromatic Colors of #BAADF5
Black with #BAADF5
Text Example
Text Example
White with #BAADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADF5; }
p { color: rgb(186,173,245); }
H1.HeaderClassName
{
color: #BAADF5;
}
.AnyTagClassName
{
color: #BAADF5;
}
</style>
background-color css
<style>
a { background-color: #BAADF5; }
a { background-color: rgb(186,173,245); }
div.DivClassName
{
background-color: #BAADF5;
}
.BgClassName
{
background-color: #BAADF5;
}
</style>
border-color css
<style>
span { border-color: #BAADF5; }
span { border-color: rgb(186,173,245); }
td.TdClassName
{
border-color: #BAADF5;
}
.TagClassName
{
border-color: #BAADF5;
}
</style>