Shades of Melrose #BAADEB
Tints of Melrose #BAADEB
RGB
CMYK
RGB Variations
Color information
#BAADEB (or 0xBAADEB) is known color: Melrose. HEX triplet: BA, AD and EB. RGB value is (186,173,235). Sum of RGB (Red+Green+Blue) = 186+173+235=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADEB is #455214. Grayscale: #B7B7B7. Windows color (decimal): -4542997 or 15445434. OLE color: 15445434.
HSL color Cylindrical-coordinate representation of color #BAADEB: hue angle of 252.58º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAADEB is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 186 | 173 | 235 | - |
CMYK | 0.21 | 0.26 | 0 | 0.08 |
HSL | 252.58º | 0.61% | 0.8% | - |
HSV(B) | 252.58º | 0.26% | 0.92% | - |
XYZ | 50.19 | 46.32 | 84.89 | - |
YUV | 183.96 | 156.81 | 129.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 173 | 235 | 0.21 | 0.26 | 0 | 0.08 | 252.58 | 0.61 | 0.8 |
Hex | BA | AD | EB | 15 | 1A | 0 | 8 | FD | 3D | 50 |
Octal | 272 | 255 | 353 | 25 | 32 | 0 | 10 | 375 | 75 | 120 |
Binary | 10111010 | 10101101 | 11101011 | 10101 | 11010 | 0 | 1000 | 11111101 | 111101 | 1010000 |
Color Harmonies of #BAADEB
Complementary color
Monochromatic Colors of #BAADEB
Black with #BAADEB
Text Example
Text Example
White with #BAADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADEB; }
p { color: rgb(186,173,235); }
H1.HeaderClassName
{
color: #BAADEB;
}
.AnyTagClassName
{
color: #BAADEB;
}
</style>
background-color css
<style>
a { background-color: #BAADEB; }
a { background-color: rgb(186,173,235); }
div.DivClassName
{
background-color: #BAADEB;
}
.BgClassName
{
background-color: #BAADEB;
}
</style>
border-color css
<style>
span { border-color: #BAADEB; }
span { border-color: rgb(186,173,235); }
td.TdClassName
{
border-color: #BAADEB;
}
.TagClassName
{
border-color: #BAADEB;
}
</style>