Shades of Melrose #BAABED
Tints of Melrose #BAABED
RGB
CMYK
RGB Variations
Color information
#BAABED (or 0xBAABED) is known color: Melrose. HEX triplet: BA, AB and ED. RGB value is (186,171,237). Sum of RGB (Red+Green+Blue) = 186+171+237=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABED is #455412. Grayscale: #B6B6B6. Windows color (decimal): -4543507 or 15575994. OLE color: 15575994.
HSL color Cylindrical-coordinate representation of color #BAABED: hue angle of 253.64º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAABED is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 171 | 237 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.07 |
| HSL | 253.64º | 0.65% | 0.8% | - |
| HSV(B) | 253.64º | 0.28% | 0.93% | - |
| XYZ | 50.1 | 45.68 | 86.3 | - |
| YUV | 183.01 | 158.47 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 237 | 0.22 | 0.28 | 0 | 0.07 | 253.64 | 0.65 | 0.8 |
| Hex | BA | AB | ED | 16 | 1C | 0 | 7 | FE | 41 | 50 |
| Octal | 272 | 253 | 355 | 26 | 34 | 0 | 7 | 376 | 101 | 120 |
| Binary | 10111010 | 10101011 | 11101101 | 10110 | 11100 | 0 | 111 | 11111110 | 1000001 | 1010000 |
Color Harmonies of #BAABED
Complementary color
Monochromatic Colors of #BAABED
Black with #BAABED
Text Example
Text Example
White with #BAABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABED; }
p { color: rgb(186,171,237); }
H1.HeaderClassName
{
color: #BAABED;
}
.AnyTagClassName
{
color: #BAABED;
}
</style>
background-color css
<style>
a { background-color: #BAABED; }
a { background-color: rgb(186,171,237); }
div.DivClassName
{
background-color: #BAABED;
}
.BgClassName
{
background-color: #BAABED;
}
</style>
border-color css
<style>
span { border-color: #BAABED; }
span { border-color: rgb(186,171,237); }
td.TdClassName
{
border-color: #BAABED;
}
.TagClassName
{
border-color: #BAABED;
}
</style>