Shades of Melrose #B7ADEF
Tints of Melrose #B7ADEF
RGB
CMYK
RGB Variations
Color information
#B7ADEF (or 0xB7ADEF) is known color: Melrose. HEX triplet: B7, AD and EF. RGB value is (183,173,239). Sum of RGB (Red+Green+Blue) = 183+173+239=595 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.76% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ADEF is #485210. Grayscale: #B7B7B7. Windows color (decimal): -4739601 or 15707575. OLE color: 15707575.
HSL color Cylindrical-coordinate representation of color #B7ADEF: hue angle of 249.09º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7ADEF is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 173 | 239 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.06 |
| HSL | 249.09º | 0.67% | 0.81% | - |
| HSV(B) | 249.09º | 0.28% | 0.94% | - |
| XYZ | 50.05 | 46.19 | 87.94 | - |
| YUV | 183.51 | 159.31 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 239 | 0.23 | 0.28 | 0 | 0.06 | 249.09 | 0.67 | 0.81 |
| Hex | B7 | AD | EF | 17 | 1C | 0 | 6 | F9 | 43 | 51 |
| Octal | 267 | 255 | 357 | 27 | 34 | 0 | 6 | 371 | 103 | 121 |
| Binary | 10110111 | 10101101 | 11101111 | 10111 | 11100 | 0 | 110 | 11111001 | 1000011 | 1010001 |
Color Harmonies of #B7ADEF
Complementary color
Monochromatic Colors of #B7ADEF
Black with #B7ADEF
Text Example
Text Example
White with #B7ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ADEF; }
p { color: rgb(183,173,239); }
H1.HeaderClassName
{
color: #B7ADEF;
}
.AnyTagClassName
{
color: #B7ADEF;
}
</style>
background-color css
<style>
a { background-color: #B7ADEF; }
a { background-color: rgb(183,173,239); }
div.DivClassName
{
background-color: #B7ADEF;
}
.BgClassName
{
background-color: #B7ADEF;
}
</style>
border-color css
<style>
span { border-color: #B7ADEF; }
span { border-color: rgb(183,173,239); }
td.TdClassName
{
border-color: #B7ADEF;
}
.TagClassName
{
border-color: #B7ADEF;
}
</style>