Shades of Melrose #B5AAE8
Tints of Melrose #B5AAE8
RGB
CMYK
RGB Variations
Color information
#B5AAE8 (or 0xB5AAE8) is known color: Melrose. HEX triplet: B5, AA and E8. RGB value is (181,170,232). Sum of RGB (Red+Green+Blue) = 181+170+232=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 232 (91.02% from 255 or 39.79% from 583); Max value from RGB is 232 - color contains mainly: blue. Hex color #B5AAE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5AAE8 is #4A5517. Grayscale: #B4B4B4. Windows color (decimal): -4871448 or 15248053. OLE color: 15248053.
HSL color Cylindrical-coordinate representation of color #B5AAE8: hue angle of 250.65º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5AAE8 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 170 | 232 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.09 |
| HSL | 250.65º | 0.57% | 0.79% | - |
| HSV(B) | 250.65º | 0.27% | 0.91% | - |
| XYZ | 48 | 44.4 | 82.38 | - |
| YUV | 180.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 170 | 232 | 0.22 | 0.27 | 0 | 0.09 | 250.65 | 0.57 | 0.79 |
| Hex | B5 | AA | E8 | 16 | 1B | 0 | 9 | FB | 39 | 4F |
| Octal | 265 | 252 | 350 | 26 | 33 | 0 | 11 | 373 | 71 | 117 |
| Binary | 10110101 | 10101010 | 11101000 | 10110 | 11011 | 0 | 1001 | 11111011 | 111001 | 1001111 |
Color Harmonies of #B5AAE8
Complementary color
Monochromatic Colors of #B5AAE8
Black with #B5AAE8
Text Example
Text Example
White with #B5AAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AAE8; }
p { color: rgb(181,170,232); }
H1.HeaderClassName
{
color: #B5AAE8;
}
.AnyTagClassName
{
color: #B5AAE8;
}
</style>
background-color css
<style>
a { background-color: #B5AAE8; }
a { background-color: rgb(181,170,232); }
div.DivClassName
{
background-color: #B5AAE8;
}
.BgClassName
{
background-color: #B5AAE8;
}
</style>
border-color css
<style>
span { border-color: #B5AAE8; }
span { border-color: rgb(181,170,232); }
td.TdClassName
{
border-color: #B5AAE8;
}
.TagClassName
{
border-color: #B5AAE8;
}
</style>