Shades of Melrose #BAAFF9
Tints of Melrose #BAAFF9
RGB
CMYK
RGB Variations
Color information
#BAAFF9 (or 0xBAAFF9) is known color: Melrose. HEX triplet: BA, AF and F9. RGB value is (186,175,249). Sum of RGB (Red+Green+Blue) = 186+175+249=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAAFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAFF9 is #455006. Grayscale: #BABABA. Windows color (decimal): -4542471 or 16363450. OLE color: 16363450.
HSL color Cylindrical-coordinate representation of color #BAAFF9: hue angle of 248.92º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAAFF9 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 175 | 249 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.02 |
| HSL | 248.92º | 0.86% | 0.83% | - |
| HSV(B) | 248.92º | 0.3% | 0.98% | - |
| XYZ | 52.68 | 47.94 | 96.1 | - |
| YUV | 186.73 | 163.14 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 249 | 0.25 | 0.30 | 0 | 0.02 | 248.92 | 0.86 | 0.83 |
| Hex | BA | AF | F9 | 19 | 1E | 0 | 2 | F9 | 56 | 53 |
| Octal | 272 | 257 | 371 | 31 | 36 | 0 | 2 | 371 | 126 | 123 |
| Binary | 10111010 | 10101111 | 11111001 | 11001 | 11110 | 0 | 10 | 11111001 | 1010110 | 1010011 |
Color Harmonies of #BAAFF9
Complementary color
Monochromatic Colors of #BAAFF9
Black with #BAAFF9
Text Example
Text Example
White with #BAAFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAFF9; }
p { color: rgb(186,175,249); }
H1.HeaderClassName
{
color: #BAAFF9;
}
.AnyTagClassName
{
color: #BAAFF9;
}
</style>
background-color css
<style>
a { background-color: #BAAFF9; }
a { background-color: rgb(186,175,249); }
div.DivClassName
{
background-color: #BAAFF9;
}
.BgClassName
{
background-color: #BAAFF9;
}
</style>
border-color css
<style>
span { border-color: #BAAFF9; }
span { border-color: rgb(186,175,249); }
td.TdClassName
{
border-color: #BAAFF9;
}
.TagClassName
{
border-color: #BAAFF9;
}
</style>