Shades of Melrose #BAADE6
Tints of Melrose #BAADE6
RGB
CMYK
RGB Variations
Color information
#BAADE6 (or 0xBAADE6) is known color: Melrose. HEX triplet: BA, AD and E6. RGB value is (186,173,230). Sum of RGB (Red+Green+Blue) = 186+173+230=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADE6 is #455219. Grayscale: #B7B7B7. Windows color (decimal): -4543002 or 15117754. OLE color: 15117754.
HSL color Cylindrical-coordinate representation of color #BAADE6: hue angle of 253.68º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAADE6 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 186 | 173 | 230 | - |
CMYK | 0.19 | 0.25 | 0 | 0.10 |
HSL | 253.68º | 0.53% | 0.79% | - |
HSV(B) | 253.68º | 0.25% | 0.9% | - |
XYZ | 49.48 | 46.04 | 81.14 | - |
YUV | 183.39 | 154.31 | 129.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 173 | 230 | 0.19 | 0.25 | 0 | 0.10 | 253.68 | 0.53 | 0.79 |
Hex | BA | AD | E6 | 13 | 19 | 0 | A | FE | 35 | 4F |
Octal | 272 | 255 | 346 | 23 | 31 | 0 | 12 | 376 | 65 | 117 |
Binary | 10111010 | 10101101 | 11100110 | 10011 | 11001 | 0 | 1010 | 11111110 | 110101 | 1001111 |
Color Harmonies of #BAADE6
Complementary color
Monochromatic Colors of #BAADE6
Black with #BAADE6
Text Example
Text Example
White with #BAADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADE6; }
p { color: rgb(186,173,230); }
H1.HeaderClassName
{
color: #BAADE6;
}
.AnyTagClassName
{
color: #BAADE6;
}
</style>
background-color css
<style>
a { background-color: #BAADE6; }
a { background-color: rgb(186,173,230); }
div.DivClassName
{
background-color: #BAADE6;
}
.BgClassName
{
background-color: #BAADE6;
}
</style>
border-color css
<style>
span { border-color: #BAADE6; }
span { border-color: rgb(186,173,230); }
td.TdClassName
{
border-color: #BAADE6;
}
.TagClassName
{
border-color: #BAADE6;
}
</style>