Shades of Melrose #B2A6ED
Tints of Melrose #B2A6ED
RGB
CMYK
RGB Variations
Color information
#B2A6ED (or 0xB2A6ED) is known color: Melrose. HEX triplet: B2, A6 and ED. RGB value is (178,166,237). Sum of RGB (Red+Green+Blue) = 178+166+237=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 166 (65.23% from 255 or 28.57% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2A6ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A6ED is #4D5912. Grayscale: #B1B1B1. Windows color (decimal): -5069075 or 15574706. OLE color: 15574706.
HSL color Cylindrical-coordinate representation of color #B2A6ED: hue angle of 250.14º 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 #B2A6ED is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 166 | 237 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.07 |
| HSL | 250.14º | 0.66% | 0.79% | - |
| HSV(B) | 250.14º | 0.3% | 0.93% | - |
| XYZ | 47.28 | 42.85 | 85.9 | - |
| YUV | 177.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 237 | 0.25 | 0.30 | 0 | 0.07 | 250.14 | 0.66 | 0.79 |
| Hex | B2 | A6 | ED | 19 | 1E | 0 | 7 | FA | 42 | 4F |
| Octal | 262 | 246 | 355 | 31 | 36 | 0 | 7 | 372 | 102 | 117 |
| Binary | 10110010 | 10100110 | 11101101 | 11001 | 11110 | 0 | 111 | 11111010 | 1000010 | 1001111 |
Color Harmonies of #B2A6ED
Complementary color
Monochromatic Colors of #B2A6ED
Black with #B2A6ED
Text Example
Text Example
White with #B2A6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A6ED; }
p { color: rgb(178,166,237); }
H1.HeaderClassName
{
color: #B2A6ED;
}
.AnyTagClassName
{
color: #B2A6ED;
}
</style>
background-color css
<style>
a { background-color: #B2A6ED; }
a { background-color: rgb(178,166,237); }
div.DivClassName
{
background-color: #B2A6ED;
}
.BgClassName
{
background-color: #B2A6ED;
}
</style>
border-color css
<style>
span { border-color: #B2A6ED; }
span { border-color: rgb(178,166,237); }
td.TdClassName
{
border-color: #B2A6ED;
}
.TagClassName
{
border-color: #B2A6ED;
}
</style>