Shades of Melrose #B7ADF2
Tints of Melrose #B7ADF2
RGB
CMYK
RGB Variations
Color information
#B7ADF2 (or 0xB7ADF2) is known color: Melrose. HEX triplet: B7, AD and F2. RGB value is (183,173,242). Sum of RGB (Red+Green+Blue) = 183+173+242=598 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.60% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #B7ADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ADF2 is #48520D. Grayscale: #B7B7B7. Windows color (decimal): -4739598 or 15904183. OLE color: 15904183.
HSL color Cylindrical-coordinate representation of color #B7ADF2: hue angle of 248.7º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7ADF2 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 173 | 242 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.05 |
| HSL | 248.7º | 0.73% | 0.81% | - |
| HSV(B) | 248.7º | 0.29% | 0.95% | - |
| XYZ | 50.5 | 46.37 | 90.29 | - |
| YUV | 183.86 | 160.81 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 242 | 0.24 | 0.29 | 0 | 0.05 | 248.7 | 0.73 | 0.81 |
| Hex | B7 | AD | F2 | 18 | 1D | 0 | 5 | F9 | 49 | 51 |
| Octal | 267 | 255 | 362 | 30 | 35 | 0 | 5 | 371 | 111 | 121 |
| Binary | 10110111 | 10101101 | 11110010 | 11000 | 11101 | 0 | 101 | 11111001 | 1001001 | 1010001 |
Color Harmonies of #B7ADF2
Complementary color
Monochromatic Colors of #B7ADF2
Black with #B7ADF2
Text Example
Text Example
White with #B7ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ADF2; }
p { color: rgb(183,173,242); }
H1.HeaderClassName
{
color: #B7ADF2;
}
.AnyTagClassName
{
color: #B7ADF2;
}
</style>
background-color css
<style>
a { background-color: #B7ADF2; }
a { background-color: rgb(183,173,242); }
div.DivClassName
{
background-color: #B7ADF2;
}
.BgClassName
{
background-color: #B7ADF2;
}
</style>
border-color css
<style>
span { border-color: #B7ADF2; }
span { border-color: rgb(183,173,242); }
td.TdClassName
{
border-color: #B7ADF2;
}
.TagClassName
{
border-color: #B7ADF2;
}
</style>