Shades of Melrose #B7ADE5
Tints of Melrose #B7ADE5
RGB
CMYK
RGB Variations
Color information
#B7ADE5 (or 0xB7ADE5) is known color: Melrose. HEX triplet: B7, AD and E5. RGB value is (183,173,229). Sum of RGB (Red+Green+Blue) = 183+173+229=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #B7ADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADE5 is #48521A. Grayscale: #B6B6B6. Windows color (decimal): -4739611 or 15052215. OLE color: 15052215.
HSL color Cylindrical-coordinate representation of color #B7ADE5: hue angle of 250.71º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7ADE5 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 173 | 229 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.10 |
| HSL | 250.71º | 0.52% | 0.79% | - |
| HSV(B) | 250.71º | 0.24% | 0.9% | - |
| XYZ | 48.61 | 45.61 | 80.37 | - |
| YUV | 182.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 229 | 0.20 | 0.24 | 0 | 0.10 | 250.71 | 0.52 | 0.79 |
| Hex | B7 | AD | E5 | 14 | 18 | 0 | A | FB | 34 | 4F |
| Octal | 267 | 255 | 345 | 24 | 30 | 0 | 12 | 373 | 64 | 117 |
| Binary | 10110111 | 10101101 | 11100101 | 10100 | 11000 | 0 | 1010 | 11111011 | 110100 | 1001111 |
Color Harmonies of #B7ADE5
Complementary color
Monochromatic Colors of #B7ADE5
Black with #B7ADE5
Text Example
Text Example
White with #B7ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ADE5; }
p { color: rgb(183,173,229); }
H1.HeaderClassName
{
color: #B7ADE5;
}
.AnyTagClassName
{
color: #B7ADE5;
}
</style>
background-color css
<style>
a { background-color: #B7ADE5; }
a { background-color: rgb(183,173,229); }
div.DivClassName
{
background-color: #B7ADE5;
}
.BgClassName
{
background-color: #B7ADE5;
}
</style>
border-color css
<style>
span { border-color: #B7ADE5; }
span { border-color: rgb(183,173,229); }
td.TdClassName
{
border-color: #B7ADE5;
}
.TagClassName
{
border-color: #B7ADE5;
}
</style>