Shades of Melrose #BAAAF5
Tints of Melrose #BAAAF5
RGB
CMYK
RGB Variations
Color information
#BAAAF5 (or 0xBAAAF5) is known color: Melrose. HEX triplet: BA, AA and F5. RGB value is (186,170,245). Sum of RGB (Red+Green+Blue) = 186+170+245=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAAAF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAF5 is #45550A. Grayscale: #B7B7B7. Windows color (decimal): -4543755 or 16100026. OLE color: 16100026.
HSL color Cylindrical-coordinate representation of color #BAAAF5: hue angle of 252.8º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAAAF5 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 170 | 245 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.04 |
| HSL | 252.8º | 0.79% | 0.81% | - |
| HSV(B) | 252.8º | 0.31% | 0.96% | - |
| XYZ | 51.11 | 45.78 | 92.53 | - |
| YUV | 183.33 | 162.8 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 245 | 0.24 | 0.31 | 0 | 0.04 | 252.8 | 0.79 | 0.81 |
| Hex | BA | AA | F5 | 18 | 1F | 0 | 4 | FD | 4F | 51 |
| Octal | 272 | 252 | 365 | 30 | 37 | 0 | 4 | 375 | 117 | 121 |
| Binary | 10111010 | 10101010 | 11110101 | 11000 | 11111 | 0 | 100 | 11111101 | 1001111 | 1010001 |
Color Harmonies of #BAAAF5
Complementary color
Monochromatic Colors of #BAAAF5
Black with #BAAAF5
Text Example
Text Example
White with #BAAAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAF5; }
p { color: rgb(186,170,245); }
H1.HeaderClassName
{
color: #BAAAF5;
}
.AnyTagClassName
{
color: #BAAAF5;
}
</style>
background-color css
<style>
a { background-color: #BAAAF5; }
a { background-color: rgb(186,170,245); }
div.DivClassName
{
background-color: #BAAAF5;
}
.BgClassName
{
background-color: #BAAAF5;
}
</style>
border-color css
<style>
span { border-color: #BAAAF5; }
span { border-color: rgb(186,170,245); }
td.TdClassName
{
border-color: #BAAAF5;
}
.TagClassName
{
border-color: #BAAAF5;
}
</style>