Shades of Melrose #B7ADE2
Tints of Melrose #B7ADE2
RGB
CMYK
RGB Variations
Color information
#B7ADE2 (or 0xB7ADE2) is known color: Melrose. HEX triplet: B7, AD and E2. RGB value is (183,173,226). Sum of RGB (Red+Green+Blue) = 183+173+226=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 226 - color contains mainly: blue. Hex color #B7ADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADE2 is #48521D. Grayscale: #B5B5B5. Windows color (decimal): -4739614 or 14855607. OLE color: 14855607.
HSL color Cylindrical-coordinate representation of color #B7ADE2: hue angle of 251.32º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7ADE2 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 173 | 226 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.11 |
| HSL | 251.32º | 0.48% | 0.78% | - |
| HSV(B) | 251.32º | 0.23% | 0.89% | - |
| XYZ | 48.2 | 45.45 | 78.18 | - |
| YUV | 182.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 226 | 0.19 | 0.23 | 0 | 0.11 | 251.32 | 0.48 | 0.78 |
| Hex | B7 | AD | E2 | 13 | 17 | 0 | B | FB | 30 | 4E |
| Octal | 267 | 255 | 342 | 23 | 27 | 0 | 13 | 373 | 60 | 116 |
| Binary | 10110111 | 10101101 | 11100010 | 10011 | 10111 | 0 | 1011 | 11111011 | 110000 | 1001110 |
Color Harmonies of #B7ADE2
Complementary color
Monochromatic Colors of #B7ADE2
Black with #B7ADE2
Text Example
Text Example
White with #B7ADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ADE2; }
p { color: rgb(183,173,226); }
H1.HeaderClassName
{
color: #B7ADE2;
}
.AnyTagClassName
{
color: #B7ADE2;
}
</style>
background-color css
<style>
a { background-color: #B7ADE2; }
a { background-color: rgb(183,173,226); }
div.DivClassName
{
background-color: #B7ADE2;
}
.BgClassName
{
background-color: #B7ADE2;
}
</style>
border-color css
<style>
span { border-color: #B7ADE2; }
span { border-color: rgb(183,173,226); }
td.TdClassName
{
border-color: #B7ADE2;
}
.TagClassName
{
border-color: #B7ADE2;
}
</style>