Shades of Melrose #B6ABFF
Tints of Melrose #B6ABFF
RGB
CMYK
RGB Variations
Color information
#B6ABFF (or 0xB6ABFF) is known color: Melrose. HEX triplet: B6, AB and FF. RGB value is (182,171,255). Sum of RGB (Red+Green+Blue) = 182+171+255=608 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.93% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ABFF is #495400. Grayscale: #B7B7B7. Windows color (decimal): -4805633 or 16755638. OLE color: 16755638.
HSL color Cylindrical-coordinate representation of color #B6ABFF: hue angle of 247.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B6ABFF is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 171 | 255 | - |
| CMYK | 0.29 | 0.33 | 0 | 0 |
| HSL | 247.86º | 1% | 0.84% | - |
| HSV(B) | 247.86º | 0.33% | 1% | - |
| XYZ | 51.9 | 46.29 | 100.81 | - |
| YUV | 183.87 | 168.14 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 171 | 255 | 0.29 | 0.33 | 0 | 0 | 247.86 | 1 | 0.84 |
| Hex | B6 | AB | FF | 1D | 21 | 0 | 0 | F8 | 64 | 54 |
| Octal | 266 | 253 | 377 | 35 | 41 | 0 | 0 | 370 | 144 | 124 |
| Binary | 10110110 | 10101011 | 11111111 | 11101 | 100001 | 0 | 0 | 11111000 | 1100100 | 1010100 |
Color Harmonies of #B6ABFF
Complementary color
Monochromatic Colors of #B6ABFF
Black with #B6ABFF
Text Example
Text Example
White with #B6ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ABFF; }
p { color: rgb(182,171,255); }
H1.HeaderClassName
{
color: #B6ABFF;
}
.AnyTagClassName
{
color: #B6ABFF;
}
</style>
background-color css
<style>
a { background-color: #B6ABFF; }
a { background-color: rgb(182,171,255); }
div.DivClassName
{
background-color: #B6ABFF;
}
.BgClassName
{
background-color: #B6ABFF;
}
</style>
border-color css
<style>
span { border-color: #B6ABFF; }
span { border-color: rgb(182,171,255); }
td.TdClassName
{
border-color: #B6ABFF;
}
.TagClassName
{
border-color: #B6ABFF;
}
</style>