Shades of Melrose #B2A6EC
Tints of Melrose #B2A6EC
RGB
CMYK
RGB Variations
Color information
#B2A6EC (or 0xB2A6EC) is known color: Melrose. HEX triplet: B2, A6 and EC. RGB value is (178,166,236). Sum of RGB (Red+Green+Blue) = 178+166+236=580 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.69% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2A6EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A6EC is #4D5913. Grayscale: #B1B1B1. Windows color (decimal): -5069076 or 15509170. OLE color: 15509170.
HSL color Cylindrical-coordinate representation of color #B2A6EC: hue angle of 250.29º degrees, saturation: 0.65, 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 #B2A6EC is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 166 | 236 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.07 |
| HSL | 250.29º | 0.65% | 0.79% | - |
| HSV(B) | 250.29º | 0.3% | 0.93% | - |
| XYZ | 47.14 | 42.79 | 85.13 | - |
| YUV | 177.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 236 | 0.25 | 0.30 | 0 | 0.07 | 250.29 | 0.65 | 0.79 |
| Hex | B2 | A6 | EC | 19 | 1E | 0 | 7 | FA | 41 | 4F |
| Octal | 262 | 246 | 354 | 31 | 36 | 0 | 7 | 372 | 101 | 117 |
| Binary | 10110010 | 10100110 | 11101100 | 11001 | 11110 | 0 | 111 | 11111010 | 1000001 | 1001111 |
Color Harmonies of #B2A6EC
Complementary color
Monochromatic Colors of #B2A6EC
Black with #B2A6EC
Text Example
Text Example
White with #B2A6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A6EC; }
p { color: rgb(178,166,236); }
H1.HeaderClassName
{
color: #B2A6EC;
}
.AnyTagClassName
{
color: #B2A6EC;
}
</style>
background-color css
<style>
a { background-color: #B2A6EC; }
a { background-color: rgb(178,166,236); }
div.DivClassName
{
background-color: #B2A6EC;
}
.BgClassName
{
background-color: #B2A6EC;
}
</style>
border-color css
<style>
span { border-color: #B2A6EC; }
span { border-color: rgb(178,166,236); }
td.TdClassName
{
border-color: #B2A6EC;
}
.TagClassName
{
border-color: #B2A6EC;
}
</style>