Shades of Melrose #BAAFF4
Tints of Melrose #BAAFF4
RGB
CMYK
RGB Variations
Color information
#BAAFF4 (or 0xBAAFF4) is known color: Melrose. HEX triplet: BA, AF and F4. RGB value is (186,175,244). Sum of RGB (Red+Green+Blue) = 186+175+244=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 244 - color contains mainly: blue. Hex color #BAAFF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAFF4 is #45500B. Grayscale: #B9B9B9. Windows color (decimal): -4542476 or 16035770. OLE color: 16035770.
HSL color Cylindrical-coordinate representation of color #BAAFF4: hue angle of 249.57º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAAFF4 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 175 | 244 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.04 |
| HSL | 249.57º | 0.76% | 0.82% | - |
| HSV(B) | 249.57º | 0.28% | 0.96% | - |
| XYZ | 51.91 | 47.63 | 92.05 | - |
| YUV | 186.16 | 160.64 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 244 | 0.24 | 0.28 | 0 | 0.04 | 249.57 | 0.76 | 0.82 |
| Hex | BA | AF | F4 | 18 | 1C | 0 | 4 | FA | 4C | 52 |
| Octal | 272 | 257 | 364 | 30 | 34 | 0 | 4 | 372 | 114 | 122 |
| Binary | 10111010 | 10101111 | 11110100 | 11000 | 11100 | 0 | 100 | 11111010 | 1001100 | 1010010 |
Color Harmonies of #BAAFF4
Complementary color
Monochromatic Colors of #BAAFF4
Black with #BAAFF4
Text Example
Text Example
White with #BAAFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAFF4; }
p { color: rgb(186,175,244); }
H1.HeaderClassName
{
color: #BAAFF4;
}
.AnyTagClassName
{
color: #BAAFF4;
}
</style>
background-color css
<style>
a { background-color: #BAAFF4; }
a { background-color: rgb(186,175,244); }
div.DivClassName
{
background-color: #BAAFF4;
}
.BgClassName
{
background-color: #BAAFF4;
}
</style>
border-color css
<style>
span { border-color: #BAAFF4; }
span { border-color: rgb(186,175,244); }
td.TdClassName
{
border-color: #BAAFF4;
}
.TagClassName
{
border-color: #BAAFF4;
}
</style>