Shades of Melrose #BAAFF2
Tints of Melrose #BAAFF2
RGB
CMYK
RGB Variations
Color information
#BAAFF2 (or 0xBAAFF2) is known color: Melrose. HEX triplet: BA, AF and F2. RGB value is (186,175,242). Sum of RGB (Red+Green+Blue) = 186+175+242=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAAFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAFF2 is #45500D. Grayscale: #B9B9B9. Windows color (decimal): -4542478 or 15904698. OLE color: 15904698.
HSL color Cylindrical-coordinate representation of color #BAAFF2: hue angle of 249.85º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAAFF2 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 175 | 242 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.05 |
| HSL | 249.85º | 0.72% | 0.82% | - |
| HSV(B) | 249.85º | 0.28% | 0.95% | - |
| XYZ | 51.61 | 47.51 | 90.45 | - |
| YUV | 185.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 242 | 0.23 | 0.28 | 0 | 0.05 | 249.85 | 0.72 | 0.82 |
| Hex | BA | AF | F2 | 17 | 1C | 0 | 5 | FA | 48 | 52 |
| Octal | 272 | 257 | 362 | 27 | 34 | 0 | 5 | 372 | 110 | 122 |
| Binary | 10111010 | 10101111 | 11110010 | 10111 | 11100 | 0 | 101 | 11111010 | 1001000 | 1010010 |
Color Harmonies of #BAAFF2
Complementary color
Monochromatic Colors of #BAAFF2
Black with #BAAFF2
Text Example
Text Example
White with #BAAFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAFF2; }
p { color: rgb(186,175,242); }
H1.HeaderClassName
{
color: #BAAFF2;
}
.AnyTagClassName
{
color: #BAAFF2;
}
</style>
background-color css
<style>
a { background-color: #BAAFF2; }
a { background-color: rgb(186,175,242); }
div.DivClassName
{
background-color: #BAAFF2;
}
.BgClassName
{
background-color: #BAAFF2;
}
</style>
border-color css
<style>
span { border-color: #BAAFF2; }
span { border-color: rgb(186,175,242); }
td.TdClassName
{
border-color: #BAAFF2;
}
.TagClassName
{
border-color: #BAAFF2;
}
</style>