Shades of Melrose #B7AAFF
Tints of Melrose #B7AAFF
RGB
CMYK
RGB Variations
Color information
#B7AAFF (or 0xB7AAFF) is known color: Melrose. HEX triplet: B7, AA and FF. RGB value is (183,170,255). Sum of RGB (Red+Green+Blue) = 183+170+255=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AAFF is #485500. Grayscale: #B7B7B7. Windows color (decimal): -4740353 or 16755383. OLE color: 16755383.
HSL color Cylindrical-coordinate representation of color #B7AAFF: hue angle of 249.18º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7AAFF is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 170 | 255 | - |
| CMYK | 0.28 | 0.33 | 0 | 0 |
| HSL | 249.18º | 1% | 0.83% | - |
| HSV(B) | 249.18º | 0.33% | 1% | - |
| XYZ | 51.95 | 46.04 | 100.76 | - |
| YUV | 183.58 | 168.31 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 255 | 0.28 | 0.33 | 0 | 0 | 249.18 | 1 | 0.83 |
| Hex | B7 | AA | FF | 1C | 21 | 0 | 0 | F9 | 64 | 53 |
| Octal | 267 | 252 | 377 | 34 | 41 | 0 | 0 | 371 | 144 | 123 |
| Binary | 10110111 | 10101010 | 11111111 | 11100 | 100001 | 0 | 0 | 11111001 | 1100100 | 1010011 |
Color Harmonies of #B7AAFF
Complementary color
Monochromatic Colors of #B7AAFF
Black with #B7AAFF
Text Example
Text Example
White with #B7AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AAFF; }
p { color: rgb(183,170,255); }
H1.HeaderClassName
{
color: #B7AAFF;
}
.AnyTagClassName
{
color: #B7AAFF;
}
</style>
background-color css
<style>
a { background-color: #B7AAFF; }
a { background-color: rgb(183,170,255); }
div.DivClassName
{
background-color: #B7AAFF;
}
.BgClassName
{
background-color: #B7AAFF;
}
</style>
border-color css
<style>
span { border-color: #B7AAFF; }
span { border-color: rgb(183,170,255); }
td.TdClassName
{
border-color: #B7AAFF;
}
.TagClassName
{
border-color: #B7AAFF;
}
</style>