Shades of Melrose #B9AAF1
Tints of Melrose #B9AAF1
RGB
CMYK
RGB Variations
Color information
#B9AAF1 (or 0xB9AAF1) is known color: Melrose. HEX triplet: B9, AA and F1. RGB value is (185,170,241). Sum of RGB (Red+Green+Blue) = 185+170+241=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9AAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AAF1 is #46550E. Grayscale: #B6B6B6. Windows color (decimal): -4609295 or 15837881. OLE color: 15837881.
HSL color Cylindrical-coordinate representation of color #B9AAF1: hue angle of 252.68º degrees, saturation: 0.72, 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 #B9AAF1 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 170 | 241 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.05 |
| HSL | 252.68º | 0.72% | 0.81% | - |
| HSV(B) | 252.68º | 0.29% | 0.95% | - |
| XYZ | 50.26 | 45.41 | 89.34 | - |
| YUV | 182.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 241 | 0.23 | 0.29 | 0 | 0.05 | 252.68 | 0.72 | 0.81 |
| Hex | B9 | AA | F1 | 17 | 1D | 0 | 5 | FD | 48 | 51 |
| Octal | 271 | 252 | 361 | 27 | 35 | 0 | 5 | 375 | 110 | 121 |
| Binary | 10111001 | 10101010 | 11110001 | 10111 | 11101 | 0 | 101 | 11111101 | 1001000 | 1010001 |
Color Harmonies of #B9AAF1
Complementary color
Monochromatic Colors of #B9AAF1
Black with #B9AAF1
Text Example
Text Example
White with #B9AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AAF1; }
p { color: rgb(185,170,241); }
H1.HeaderClassName
{
color: #B9AAF1;
}
.AnyTagClassName
{
color: #B9AAF1;
}
</style>
background-color css
<style>
a { background-color: #B9AAF1; }
a { background-color: rgb(185,170,241); }
div.DivClassName
{
background-color: #B9AAF1;
}
.BgClassName
{
background-color: #B9AAF1;
}
</style>
border-color css
<style>
span { border-color: #B9AAF1; }
span { border-color: rgb(185,170,241); }
td.TdClassName
{
border-color: #B9AAF1;
}
.TagClassName
{
border-color: #B9AAF1;
}
</style>