Shades of Melrose #B7AAF2
Tints of Melrose #B7AAF2
RGB
CMYK
RGB Variations
Color information
#B7AAF2 (or 0xB7AAF2) is known color: Melrose. HEX triplet: B7, AA and F2. RGB value is (183,170,242). Sum of RGB (Red+Green+Blue) = 183+170+242=595 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.76% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #B7AAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AAF2 is #48550D. Grayscale: #B5B5B5. Windows color (decimal): -4740366 or 15903415. OLE color: 15903415.
HSL color Cylindrical-coordinate representation of color #B7AAF2: hue angle of 250.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7AAF2 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 170 | 242 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.05 |
| HSL | 250.83º | 0.73% | 0.81% | - |
| HSV(B) | 250.83º | 0.3% | 0.95% | - |
| XYZ | 49.93 | 45.23 | 90.1 | - |
| YUV | 182.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 242 | 0.24 | 0.30 | 0 | 0.05 | 250.83 | 0.73 | 0.81 |
| Hex | B7 | AA | F2 | 18 | 1E | 0 | 5 | FB | 49 | 51 |
| Octal | 267 | 252 | 362 | 30 | 36 | 0 | 5 | 373 | 111 | 121 |
| Binary | 10110111 | 10101010 | 11110010 | 11000 | 11110 | 0 | 101 | 11111011 | 1001001 | 1010001 |
Color Harmonies of #B7AAF2
Complementary color
Monochromatic Colors of #B7AAF2
Black with #B7AAF2
Text Example
Text Example
White with #B7AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AAF2; }
p { color: rgb(183,170,242); }
H1.HeaderClassName
{
color: #B7AAF2;
}
.AnyTagClassName
{
color: #B7AAF2;
}
</style>
background-color css
<style>
a { background-color: #B7AAF2; }
a { background-color: rgb(183,170,242); }
div.DivClassName
{
background-color: #B7AAF2;
}
.BgClassName
{
background-color: #B7AAF2;
}
</style>
border-color css
<style>
span { border-color: #B7AAF2; }
span { border-color: rgb(183,170,242); }
td.TdClassName
{
border-color: #B7AAF2;
}
.TagClassName
{
border-color: #B7AAF2;
}
</style>