Shades of Melrose #B7ADE1
Tints of Melrose #B7ADE1
RGB
CMYK
RGB Variations
Color information
#B7ADE1 (or 0xB7ADE1) is known color: Melrose. HEX triplet: B7, AD and E1. RGB value is (183,173,225). Sum of RGB (Red+Green+Blue) = 183+173+225=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #B7ADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADE1 is #48521E. Grayscale: #B5B5B5. Windows color (decimal): -4739615 or 14790071. OLE color: 14790071.
HSL color Cylindrical-coordinate representation of color #B7ADE1: hue angle of 251.54º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7ADE1 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 173 | 225 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.12 |
| HSL | 251.54º | 0.46% | 0.78% | - |
| HSV(B) | 251.54º | 0.23% | 0.88% | - |
| XYZ | 48.06 | 45.39 | 77.46 | - |
| YUV | 181.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 225 | 0.19 | 0.23 | 0 | 0.12 | 251.54 | 0.46 | 0.78 |
| Hex | B7 | AD | E1 | 13 | 17 | 0 | C | FC | 2E | 4E |
| Octal | 267 | 255 | 341 | 23 | 27 | 0 | 14 | 374 | 56 | 116 |
| Binary | 10110111 | 10101101 | 11100001 | 10011 | 10111 | 0 | 1100 | 11111100 | 101110 | 1001110 |
Color Harmonies of #B7ADE1
Complementary color
Monochromatic Colors of #B7ADE1
Black with #B7ADE1
Text Example
Text Example
White with #B7ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ADE1; }
p { color: rgb(183,173,225); }
H1.HeaderClassName
{
color: #B7ADE1;
}
.AnyTagClassName
{
color: #B7ADE1;
}
</style>
background-color css
<style>
a { background-color: #B7ADE1; }
a { background-color: rgb(183,173,225); }
div.DivClassName
{
background-color: #B7ADE1;
}
.BgClassName
{
background-color: #B7ADE1;
}
</style>
border-color css
<style>
span { border-color: #B7ADE1; }
span { border-color: rgb(183,173,225); }
td.TdClassName
{
border-color: #B7ADE1;
}
.TagClassName
{
border-color: #B7ADE1;
}
</style>