Shades of Melrose #B7ADE3
Tints of Melrose #B7ADE3
RGB
CMYK
RGB Variations
Color information
#B7ADE3 (or 0xB7ADE3) is known color: Melrose. HEX triplet: B7, AD and E3. RGB value is (183,173,227). Sum of RGB (Red+Green+Blue) = 183+173+227=583 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.39% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 227 - color contains mainly: blue. Hex color #B7ADE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADE3 is #48521C. Grayscale: #B5B5B5. Windows color (decimal): -4739613 or 14921143. OLE color: 14921143.
HSL color Cylindrical-coordinate representation of color #B7ADE3: hue angle of 251.11º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7ADE3 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 173 | 227 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.11 |
| HSL | 251.11º | 0.49% | 0.78% | - |
| HSV(B) | 251.11º | 0.24% | 0.89% | - |
| XYZ | 48.34 | 45.5 | 78.91 | - |
| YUV | 182.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 227 | 0.19 | 0.24 | 0 | 0.11 | 251.11 | 0.49 | 0.78 |
| Hex | B7 | AD | E3 | 13 | 18 | 0 | B | FB | 31 | 4E |
| Octal | 267 | 255 | 343 | 23 | 30 | 0 | 13 | 373 | 61 | 116 |
| Binary | 10110111 | 10101101 | 11100011 | 10011 | 11000 | 0 | 1011 | 11111011 | 110001 | 1001110 |
Color Harmonies of #B7ADE3
Complementary color
Monochromatic Colors of #B7ADE3
Black with #B7ADE3
Text Example
Text Example
White with #B7ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ADE3; }
p { color: rgb(183,173,227); }
H1.HeaderClassName
{
color: #B7ADE3;
}
.AnyTagClassName
{
color: #B7ADE3;
}
</style>
background-color css
<style>
a { background-color: #B7ADE3; }
a { background-color: rgb(183,173,227); }
div.DivClassName
{
background-color: #B7ADE3;
}
.BgClassName
{
background-color: #B7ADE3;
}
</style>
border-color css
<style>
span { border-color: #B7ADE3; }
span { border-color: rgb(183,173,227); }
td.TdClassName
{
border-color: #B7ADE3;
}
.TagClassName
{
border-color: #B7ADE3;
}
</style>