Shades of Melrose #B4ABF6
Tints of Melrose #B4ABF6
RGB
CMYK
RGB Variations
Color information
#B4ABF6 (or 0xB4ABF6) is known color: Melrose. HEX triplet: B4, AB and F6. RGB value is (180,171,246). Sum of RGB (Red+Green+Blue) = 180+171+246=597 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.15% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 246 (96.48% from 255 or 41.21% from 597); Max value from RGB is 246 - color contains mainly: blue. Hex color #B4ABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ABF6 is #4B5409. Grayscale: #B5B5B5. Windows color (decimal): -4936714 or 16165812. OLE color: 16165812.
HSL color Cylindrical-coordinate representation of color #B4ABF6: hue angle of 247.2º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4ABF6 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 171 | 246 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.04 |
| HSL | 247.2º | 0.81% | 0.82% | - |
| HSV(B) | 247.2º | 0.3% | 0.96% | - |
| XYZ | 50.02 | 45.48 | 93.33 | - |
| YUV | 182.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 171 | 246 | 0.27 | 0.30 | 0 | 0.04 | 247.2 | 0.81 | 0.82 |
| Hex | B4 | AB | F6 | 1B | 1E | 0 | 4 | F7 | 51 | 52 |
| Octal | 264 | 253 | 366 | 33 | 36 | 0 | 4 | 367 | 121 | 122 |
| Binary | 10110100 | 10101011 | 11110110 | 11011 | 11110 | 0 | 100 | 11110111 | 1010001 | 1010010 |
Color Harmonies of #B4ABF6
Complementary color
Monochromatic Colors of #B4ABF6
Black with #B4ABF6
Text Example
Text Example
White with #B4ABF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ABF6; }
p { color: rgb(180,171,246); }
H1.HeaderClassName
{
color: #B4ABF6;
}
.AnyTagClassName
{
color: #B4ABF6;
}
</style>
background-color css
<style>
a { background-color: #B4ABF6; }
a { background-color: rgb(180,171,246); }
div.DivClassName
{
background-color: #B4ABF6;
}
.BgClassName
{
background-color: #B4ABF6;
}
</style>
border-color css
<style>
span { border-color: #B4ABF6; }
span { border-color: rgb(180,171,246); }
td.TdClassName
{
border-color: #B4ABF6;
}
.TagClassName
{
border-color: #B4ABF6;
}
</style>