Shades of Melrose #BAAEEE
Tints of Melrose #BAAEEE
RGB
CMYK
RGB Variations
Color information
#BAAEEE (or 0xBAAEEE) is known color: Melrose. HEX triplet: BA, AE and EE. RGB value is (186,174,238). Sum of RGB (Red+Green+Blue) = 186+174+238=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAAEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEEE is #455111. Grayscale: #B8B8B8. Windows color (decimal): -4542738 or 15642298. OLE color: 15642298.
HSL color Cylindrical-coordinate representation of color #BAAEEE: hue angle of 251.25º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAAEEE is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 174 | 238 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.07 |
| HSL | 251.25º | 0.65% | 0.81% | - |
| HSV(B) | 251.25º | 0.27% | 0.93% | - |
| XYZ | 50.82 | 46.88 | 87.26 | - |
| YUV | 184.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 174 | 238 | 0.22 | 0.27 | 0 | 0.07 | 251.25 | 0.65 | 0.81 |
| Hex | BA | AE | EE | 16 | 1B | 0 | 7 | FB | 41 | 51 |
| Octal | 272 | 256 | 356 | 26 | 33 | 0 | 7 | 373 | 101 | 121 |
| Binary | 10111010 | 10101110 | 11101110 | 10110 | 11011 | 0 | 111 | 11111011 | 1000001 | 1010001 |
Color Harmonies of #BAAEEE
Complementary color
Monochromatic Colors of #BAAEEE
Black with #BAAEEE
Text Example
Text Example
White with #BAAEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEEE; }
p { color: rgb(186,174,238); }
H1.HeaderClassName
{
color: #BAAEEE;
}
.AnyTagClassName
{
color: #BAAEEE;
}
</style>
background-color css
<style>
a { background-color: #BAAEEE; }
a { background-color: rgb(186,174,238); }
div.DivClassName
{
background-color: #BAAEEE;
}
.BgClassName
{
background-color: #BAAEEE;
}
</style>
border-color css
<style>
span { border-color: #BAAEEE; }
span { border-color: rgb(186,174,238); }
td.TdClassName
{
border-color: #BAAEEE;
}
.TagClassName
{
border-color: #BAAEEE;
}
</style>