Shades of Melrose #BAAFF5
Tints of Melrose #BAAFF5
RGB
CMYK
RGB Variations
Color information
#BAAFF5 (or 0xBAAFF5) is known color: Melrose. HEX triplet: BA, AF and F5. RGB value is (186,175,245). Sum of RGB (Red+Green+Blue) = 186+175+245=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 245 (96.09% from 255 or 40.43% from 606); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAAFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAFF5 is #45500A. Grayscale: #BABABA. Windows color (decimal): -4542475 or 16101306. OLE color: 16101306.
HSL color Cylindrical-coordinate representation of color #BAAFF5: hue angle of 249.43º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAAFF5 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 175 | 245 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.04 |
| HSL | 249.43º | 0.78% | 0.82% | - |
| HSV(B) | 249.43º | 0.29% | 0.96% | - |
| XYZ | 52.06 | 47.69 | 92.85 | - |
| YUV | 186.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 245 | 0.24 | 0.29 | 0 | 0.04 | 249.43 | 0.78 | 0.82 |
| Hex | BA | AF | F5 | 18 | 1D | 0 | 4 | F9 | 4E | 52 |
| Octal | 272 | 257 | 365 | 30 | 35 | 0 | 4 | 371 | 116 | 122 |
| Binary | 10111010 | 10101111 | 11110101 | 11000 | 11101 | 0 | 100 | 11111001 | 1001110 | 1010010 |
Color Harmonies of #BAAFF5
Complementary color
Monochromatic Colors of #BAAFF5
Black with #BAAFF5
Text Example
Text Example
White with #BAAFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAFF5; }
p { color: rgb(186,175,245); }
H1.HeaderClassName
{
color: #BAAFF5;
}
.AnyTagClassName
{
color: #BAAFF5;
}
</style>
background-color css
<style>
a { background-color: #BAAFF5; }
a { background-color: rgb(186,175,245); }
div.DivClassName
{
background-color: #BAAFF5;
}
.BgClassName
{
background-color: #BAAFF5;
}
</style>
border-color css
<style>
span { border-color: #BAAFF5; }
span { border-color: rgb(186,175,245); }
td.TdClassName
{
border-color: #BAAFF5;
}
.TagClassName
{
border-color: #BAAFF5;
}
</style>