Shades of Melrose #BAAAEB
Tints of Melrose #BAAAEB
RGB
CMYK
RGB Variations
Color information
#BAAAEB (or 0xBAAAEB) is known color: Melrose. HEX triplet: BA, AA and EB. RGB value is (186,170,235). Sum of RGB (Red+Green+Blue) = 186+170+235=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAEB is #455514. Grayscale: #B5B5B5. Windows color (decimal): -4543765 or 15444666. OLE color: 15444666.
HSL color Cylindrical-coordinate representation of color #BAAAEB: hue angle of 254.77º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAAAEB is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 170 | 235 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.08 |
| HSL | 254.77º | 0.62% | 0.79% | - |
| HSV(B) | 254.77º | 0.28% | 0.92% | - |
| XYZ | 49.62 | 45.19 | 84.7 | - |
| YUV | 182.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 235 | 0.21 | 0.28 | 0 | 0.08 | 254.77 | 0.62 | 0.79 |
| Hex | BA | AA | EB | 15 | 1C | 0 | 8 | FF | 3E | 4F |
| Octal | 272 | 252 | 353 | 25 | 34 | 0 | 10 | 377 | 76 | 117 |
| Binary | 10111010 | 10101010 | 11101011 | 10101 | 11100 | 0 | 1000 | 11111111 | 111110 | 1001111 |
Color Harmonies of #BAAAEB
Complementary color
Monochromatic Colors of #BAAAEB
Black with #BAAAEB
Text Example
Text Example
White with #BAAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAEB; }
p { color: rgb(186,170,235); }
H1.HeaderClassName
{
color: #BAAAEB;
}
.AnyTagClassName
{
color: #BAAAEB;
}
</style>
background-color css
<style>
a { background-color: #BAAAEB; }
a { background-color: rgb(186,170,235); }
div.DivClassName
{
background-color: #BAAAEB;
}
.BgClassName
{
background-color: #BAAAEB;
}
</style>
border-color css
<style>
span { border-color: #BAAAEB; }
span { border-color: rgb(186,170,235); }
td.TdClassName
{
border-color: #BAAAEB;
}
.TagClassName
{
border-color: #BAAAEB;
}
</style>