Shades of Melrose #B9ADE1
Tints of Melrose #B9ADE1
RGB
CMYK
RGB Variations
Color information
#B9ADE1 (or 0xB9ADE1) is known color: Melrose. HEX triplet: B9, AD and E1. RGB value is (185,173,225). Sum of RGB (Red+Green+Blue) = 185+173+225=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 225 (88.28% from 255 or 38.59% from 583); Max value from RGB is 225 - color contains mainly: blue. Hex color #B9ADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ADE1 is #46521E. Grayscale: #B6B6B6. Windows color (decimal): -4608543 or 14790073. OLE color: 14790073.
HSL color Cylindrical-coordinate representation of color #B9ADE1: hue angle of 253.85º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9ADE1 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 173 | 225 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.12 |
| HSL | 253.85º | 0.46% | 0.78% | - |
| HSV(B) | 253.85º | 0.23% | 0.88% | - |
| XYZ | 48.54 | 45.64 | 77.48 | - |
| YUV | 182.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 225 | 0.18 | 0.23 | 0 | 0.12 | 253.85 | 0.46 | 0.78 |
| Hex | B9 | AD | E1 | 12 | 17 | 0 | C | FE | 2E | 4E |
| Octal | 271 | 255 | 341 | 22 | 27 | 0 | 14 | 376 | 56 | 116 |
| Binary | 10111001 | 10101101 | 11100001 | 10010 | 10111 | 0 | 1100 | 11111110 | 101110 | 1001110 |
Color Harmonies of #B9ADE1
Complementary color
Monochromatic Colors of #B9ADE1
Black with #B9ADE1
Text Example
Text Example
White with #B9ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ADE1; }
p { color: rgb(185,173,225); }
H1.HeaderClassName
{
color: #B9ADE1;
}
.AnyTagClassName
{
color: #B9ADE1;
}
</style>
background-color css
<style>
a { background-color: #B9ADE1; }
a { background-color: rgb(185,173,225); }
div.DivClassName
{
background-color: #B9ADE1;
}
.BgClassName
{
background-color: #B9ADE1;
}
</style>
border-color css
<style>
span { border-color: #B9ADE1; }
span { border-color: rgb(185,173,225); }
td.TdClassName
{
border-color: #B9ADE1;
}
.TagClassName
{
border-color: #B9ADE1;
}
</style>