Shades of Melrose #B7ADE8
Tints of Melrose #B7ADE8
RGB
CMYK
RGB Variations
Color information
#B7ADE8 (or 0xB7ADE8) is known color: Melrose. HEX triplet: B7, AD and E8. RGB value is (183,173,232). Sum of RGB (Red+Green+Blue) = 183+173+232=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 232 (91.02% from 255 or 39.46% from 588); Max value from RGB is 232 - color contains mainly: blue. Hex color #B7ADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ADE8 is #485217. Grayscale: #B6B6B6. Windows color (decimal): -4739608 or 15248823. OLE color: 15248823.
HSL color Cylindrical-coordinate representation of color #B7ADE8: hue angle of 250.17º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7ADE8 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 173 | 232 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.09 |
| HSL | 250.17º | 0.56% | 0.79% | - |
| HSV(B) | 250.17º | 0.25% | 0.91% | - |
| XYZ | 49.04 | 45.78 | 82.6 | - |
| YUV | 182.72 | 155.81 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 232 | 0.21 | 0.25 | 0 | 0.09 | 250.17 | 0.56 | 0.79 |
| Hex | B7 | AD | E8 | 15 | 19 | 0 | 9 | FA | 38 | 4F |
| Octal | 267 | 255 | 350 | 25 | 31 | 0 | 11 | 372 | 70 | 117 |
| Binary | 10110111 | 10101101 | 11101000 | 10101 | 11001 | 0 | 1001 | 11111010 | 111000 | 1001111 |
Color Harmonies of #B7ADE8
Complementary color
Monochromatic Colors of #B7ADE8
Black with #B7ADE8
Text Example
Text Example
White with #B7ADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ADE8; }
p { color: rgb(183,173,232); }
H1.HeaderClassName
{
color: #B7ADE8;
}
.AnyTagClassName
{
color: #B7ADE8;
}
</style>
background-color css
<style>
a { background-color: #B7ADE8; }
a { background-color: rgb(183,173,232); }
div.DivClassName
{
background-color: #B7ADE8;
}
.BgClassName
{
background-color: #B7ADE8;
}
</style>
border-color css
<style>
span { border-color: #B7ADE8; }
span { border-color: rgb(183,173,232); }
td.TdClassName
{
border-color: #B7ADE8;
}
.TagClassName
{
border-color: #B7ADE8;
}
</style>