Shades of Melrose #BAADF4
Tints of Melrose #BAADF4
RGB
CMYK
RGB Variations
Color information
#BAADF4 (or 0xBAADF4) is known color: Melrose. HEX triplet: BA, AD and F4. RGB value is (186,173,244). Sum of RGB (Red+Green+Blue) = 186+173+244=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 244 (95.70% from 255 or 40.46% from 603); Max value from RGB is 244 - color contains mainly: blue. Hex color #BAADF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADF4 is #45520B. Grayscale: #B8B8B8. Windows color (decimal): -4542988 or 16035258. OLE color: 16035258.
HSL color Cylindrical-coordinate representation of color #BAADF4: hue angle of 250.99º degrees, saturation: 0.76, 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 #BAADF4 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 173 | 244 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.04 |
| HSL | 250.99º | 0.76% | 0.82% | - |
| HSV(B) | 250.99º | 0.29% | 0.96% | - |
| XYZ | 51.52 | 46.86 | 91.92 | - |
| YUV | 184.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 173 | 244 | 0.24 | 0.29 | 0 | 0.04 | 250.99 | 0.76 | 0.82 |
| Hex | BA | AD | F4 | 18 | 1D | 0 | 4 | FB | 4C | 52 |
| Octal | 272 | 255 | 364 | 30 | 35 | 0 | 4 | 373 | 114 | 122 |
| Binary | 10111010 | 10101101 | 11110100 | 11000 | 11101 | 0 | 100 | 11111011 | 1001100 | 1010010 |
Color Harmonies of #BAADF4
Complementary color
Monochromatic Colors of #BAADF4
Black with #BAADF4
Text Example
Text Example
White with #BAADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADF4; }
p { color: rgb(186,173,244); }
H1.HeaderClassName
{
color: #BAADF4;
}
.AnyTagClassName
{
color: #BAADF4;
}
</style>
background-color css
<style>
a { background-color: #BAADF4; }
a { background-color: rgb(186,173,244); }
div.DivClassName
{
background-color: #BAADF4;
}
.BgClassName
{
background-color: #BAADF4;
}
</style>
border-color css
<style>
span { border-color: #BAADF4; }
span { border-color: rgb(186,173,244); }
td.TdClassName
{
border-color: #BAADF4;
}
.TagClassName
{
border-color: #BAADF4;
}
</style>