Shades of Melrose #BAAEF5
Tints of Melrose #BAAEF5
RGB
CMYK
RGB Variations
Color information
#BAAEF5 (or 0xBAAEF5) is known color: Melrose. HEX triplet: BA, AE and F5. RGB value is (186,174,245). Sum of RGB (Red+Green+Blue) = 186+174+245=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 245 (96.09% from 255 or 40.50% from 605); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAAEF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEF5 is #45510A. Grayscale: #B9B9B9. Windows color (decimal): -4542731 or 16101050. OLE color: 16101050.
HSL color Cylindrical-coordinate representation of color #BAAEF5: hue angle of 250.14º 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 #BAAEF5 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 174 | 245 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.04 |
| HSL | 250.14º | 0.78% | 0.82% | - |
| HSV(B) | 250.14º | 0.29% | 0.96% | - |
| XYZ | 51.87 | 47.3 | 92.78 | - |
| YUV | 185.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 245 | 0.24 | 0.29 | 0 | 0.04 | 250.14 | 0.78 | 0.82 |
| Hex | BA | AE | F5 | 18 | 1D | 0 | 4 | FA | 4E | 52 |
| Octal | 272 | 256 | 365 | 30 | 35 | 0 | 4 | 372 | 116 | 122 |
| Binary | 10111010 | 10101110 | 11110101 | 11000 | 11101 | 0 | 100 | 11111010 | 1001110 | 1010010 |
Color Harmonies of #BAAEF5
Complementary color
Monochromatic Colors of #BAAEF5
Black with #BAAEF5
Text Example
Text Example
White with #BAAEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEF5; }
p { color: rgb(186,174,245); }
H1.HeaderClassName
{
color: #BAAEF5;
}
.AnyTagClassName
{
color: #BAAEF5;
}
</style>
background-color css
<style>
a { background-color: #BAAEF5; }
a { background-color: rgb(186,174,245); }
div.DivClassName
{
background-color: #BAAEF5;
}
.BgClassName
{
background-color: #BAAEF5;
}
</style>
border-color css
<style>
span { border-color: #BAAEF5; }
span { border-color: rgb(186,174,245); }
td.TdClassName
{
border-color: #BAAEF5;
}
.TagClassName
{
border-color: #BAAEF5;
}
</style>