Shades of Melrose #B0A6ED
Tints of Melrose #B0A6ED
RGB
CMYK
RGB Variations
Color information
#B0A6ED (or 0xB0A6ED) is known color: Melrose. HEX triplet: B0, A6 and ED. RGB value is (176,166,237). Sum of RGB (Red+Green+Blue) = 176+166+237=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0A6ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A6ED is #4F5912. Grayscale: #B0B0B0. Windows color (decimal): -5200147 or 15574704. OLE color: 15574704.
HSL color Cylindrical-coordinate representation of color #B0A6ED: hue angle of 248.45º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0A6ED is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 166 | 237 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.07 |
| HSL | 248.45º | 0.66% | 0.79% | - |
| HSV(B) | 248.45º | 0.3% | 0.93% | - |
| XYZ | 46.83 | 42.62 | 85.88 | - |
| YUV | 177.08 | 161.81 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 237 | 0.26 | 0.30 | 0 | 0.07 | 248.45 | 0.66 | 0.79 |
| Hex | B0 | A6 | ED | 1A | 1E | 0 | 7 | F8 | 42 | 4F |
| Octal | 260 | 246 | 355 | 32 | 36 | 0 | 7 | 370 | 102 | 117 |
| Binary | 10110000 | 10100110 | 11101101 | 11010 | 11110 | 0 | 111 | 11111000 | 1000010 | 1001111 |
Color Harmonies of #B0A6ED
Complementary color
Monochromatic Colors of #B0A6ED
Black with #B0A6ED
Text Example
Text Example
White with #B0A6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A6ED; }
p { color: rgb(176,166,237); }
H1.HeaderClassName
{
color: #B0A6ED;
}
.AnyTagClassName
{
color: #B0A6ED;
}
</style>
background-color css
<style>
a { background-color: #B0A6ED; }
a { background-color: rgb(176,166,237); }
div.DivClassName
{
background-color: #B0A6ED;
}
.BgClassName
{
background-color: #B0A6ED;
}
</style>
border-color css
<style>
span { border-color: #B0A6ED; }
span { border-color: rgb(176,166,237); }
td.TdClassName
{
border-color: #B0A6ED;
}
.TagClassName
{
border-color: #B0A6ED;
}
</style>