Shades of Melrose #B1A6E7
Tints of Melrose #B1A6E7
RGB
CMYK
RGB Variations
Color information
#B1A6E7 (or 0xB1A6E7) is known color: Melrose. HEX triplet: B1, A6 and E7. RGB value is (177,166,231). Sum of RGB (Red+Green+Blue) = 177+166+231=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 231 - color contains mainly: blue. Hex color #B1A6E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A6E7 is #4E5918. Grayscale: #B0B0B0. Windows color (decimal): -5134617 or 15181489. OLE color: 15181489.
HSL color Cylindrical-coordinate representation of color #B1A6E7: hue angle of 250.15º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1A6E7 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 166 | 231 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.09 |
| HSL | 250.15º | 0.58% | 0.78% | - |
| HSV(B) | 250.15º | 0.28% | 0.91% | - |
| XYZ | 46.19 | 42.39 | 81.35 | - |
| YUV | 176.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 231 | 0.23 | 0.28 | 0 | 0.09 | 250.15 | 0.58 | 0.78 |
| Hex | B1 | A6 | E7 | 17 | 1C | 0 | 9 | FA | 3A | 4E |
| Octal | 261 | 246 | 347 | 27 | 34 | 0 | 11 | 372 | 72 | 116 |
| Binary | 10110001 | 10100110 | 11100111 | 10111 | 11100 | 0 | 1001 | 11111010 | 111010 | 1001110 |
Color Harmonies of #B1A6E7
Complementary color
Monochromatic Colors of #B1A6E7
Black with #B1A6E7
Text Example
Text Example
White with #B1A6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A6E7; }
p { color: rgb(177,166,231); }
H1.HeaderClassName
{
color: #B1A6E7;
}
.AnyTagClassName
{
color: #B1A6E7;
}
</style>
background-color css
<style>
a { background-color: #B1A6E7; }
a { background-color: rgb(177,166,231); }
div.DivClassName
{
background-color: #B1A6E7;
}
.BgClassName
{
background-color: #B1A6E7;
}
</style>
border-color css
<style>
span { border-color: #B1A6E7; }
span { border-color: rgb(177,166,231); }
td.TdClassName
{
border-color: #B1A6E7;
}
.TagClassName
{
border-color: #B1A6E7;
}
</style>