Shades of Melrose #BAAFF3
Tints of Melrose #BAAFF3
RGB
CMYK
RGB Variations
Color information
#BAAFF3 (or 0xBAAFF3) is known color: Melrose. HEX triplet: BA, AF and F3. RGB value is (186,175,243). Sum of RGB (Red+Green+Blue) = 186+175+243=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAAFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAFF3 is #45500C. Grayscale: #B9B9B9. Windows color (decimal): -4542477 or 15970234. OLE color: 15970234.
HSL color Cylindrical-coordinate representation of color #BAAFF3: hue angle of 249.71º degrees, saturation: 0.74, 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 #BAAFF3 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 175 | 243 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.05 |
| HSL | 249.71º | 0.74% | 0.82% | - |
| HSV(B) | 249.71º | 0.28% | 0.95% | - |
| XYZ | 51.76 | 47.57 | 91.25 | - |
| YUV | 186.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 243 | 0.23 | 0.28 | 0 | 0.05 | 249.71 | 0.74 | 0.82 |
| Hex | BA | AF | F3 | 17 | 1C | 0 | 5 | FA | 4A | 52 |
| Octal | 272 | 257 | 363 | 27 | 34 | 0 | 5 | 372 | 112 | 122 |
| Binary | 10111010 | 10101111 | 11110011 | 10111 | 11100 | 0 | 101 | 11111010 | 1001010 | 1010010 |
Color Harmonies of #BAAFF3
Complementary color
Monochromatic Colors of #BAAFF3
Black with #BAAFF3
Text Example
Text Example
White with #BAAFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAFF3; }
p { color: rgb(186,175,243); }
H1.HeaderClassName
{
color: #BAAFF3;
}
.AnyTagClassName
{
color: #BAAFF3;
}
</style>
background-color css
<style>
a { background-color: #BAAFF3; }
a { background-color: rgb(186,175,243); }
div.DivClassName
{
background-color: #BAAFF3;
}
.BgClassName
{
background-color: #BAAFF3;
}
</style>
border-color css
<style>
span { border-color: #BAAFF3; }
span { border-color: rgb(186,175,243); }
td.TdClassName
{
border-color: #BAAFF3;
}
.TagClassName
{
border-color: #BAAFF3;
}
</style>