Shades of Melrose #B6ABF1
Tints of Melrose #B6ABF1
RGB
CMYK
RGB Variations
Color information
#B6ABF1 (or 0xB6ABF1) is known color: Melrose. HEX triplet: B6, AB and F1. RGB value is (182,171,241). Sum of RGB (Red+Green+Blue) = 182+171+241=594 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.64% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #B6ABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ABF1 is #49540E. Grayscale: #B6B6B6. Windows color (decimal): -4805647 or 15838134. OLE color: 15838134.
HSL color Cylindrical-coordinate representation of color #B6ABF1: hue angle of 249.43º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6ABF1 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 171 | 241 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.05 |
| HSL | 249.43º | 0.71% | 0.81% | - |
| HSV(B) | 249.43º | 0.29% | 0.95% | - |
| XYZ | 49.73 | 45.42 | 89.37 | - |
| YUV | 182.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 171 | 241 | 0.24 | 0.29 | 0 | 0.05 | 249.43 | 0.71 | 0.81 |
| Hex | B6 | AB | F1 | 18 | 1D | 0 | 5 | F9 | 47 | 51 |
| Octal | 266 | 253 | 361 | 30 | 35 | 0 | 5 | 371 | 107 | 121 |
| Binary | 10110110 | 10101011 | 11110001 | 11000 | 11101 | 0 | 101 | 11111001 | 1000111 | 1010001 |
Color Harmonies of #B6ABF1
Complementary color
Monochromatic Colors of #B6ABF1
Black with #B6ABF1
Text Example
Text Example
White with #B6ABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ABF1; }
p { color: rgb(182,171,241); }
H1.HeaderClassName
{
color: #B6ABF1;
}
.AnyTagClassName
{
color: #B6ABF1;
}
</style>
background-color css
<style>
a { background-color: #B6ABF1; }
a { background-color: rgb(182,171,241); }
div.DivClassName
{
background-color: #B6ABF1;
}
.BgClassName
{
background-color: #B6ABF1;
}
</style>
border-color css
<style>
span { border-color: #B6ABF1; }
span { border-color: rgb(182,171,241); }
td.TdClassName
{
border-color: #B6ABF1;
}
.TagClassName
{
border-color: #B6ABF1;
}
</style>