Shades of Melrose #B9ABFB
Tints of Melrose #B9ABFB
RGB
CMYK
RGB Variations
Color information
#B9ABFB (or 0xB9ABFB) is known color: Melrose. HEX triplet: B9, AB and FB. RGB value is (185,171,251). Sum of RGB (Red+Green+Blue) = 185+171+251=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ABFB is #465404. Grayscale: #B8B8B8. Windows color (decimal): -4609029 or 16493497. OLE color: 16493497.
HSL color Cylindrical-coordinate representation of color #B9ABFB: hue angle of 250.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9ABFB is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 171 | 251 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.02 |
| HSL | 250.5º | 0.91% | 0.83% | - |
| HSV(B) | 250.5º | 0.32% | 0.98% | - |
| XYZ | 51.98 | 46.41 | 97.48 | - |
| YUV | 184.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 251 | 0.26 | 0.32 | 0 | 0.02 | 250.5 | 0.91 | 0.83 |
| Hex | B9 | AB | FB | 1A | 20 | 0 | 2 | FB | 5B | 53 |
| Octal | 271 | 253 | 373 | 32 | 40 | 0 | 2 | 373 | 133 | 123 |
| Binary | 10111001 | 10101011 | 11111011 | 11010 | 100000 | 0 | 10 | 11111011 | 1011011 | 1010011 |
Color Harmonies of #B9ABFB
Complementary color
Monochromatic Colors of #B9ABFB
Black with #B9ABFB
Text Example
Text Example
White with #B9ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ABFB; }
p { color: rgb(185,171,251); }
H1.HeaderClassName
{
color: #B9ABFB;
}
.AnyTagClassName
{
color: #B9ABFB;
}
</style>
background-color css
<style>
a { background-color: #B9ABFB; }
a { background-color: rgb(185,171,251); }
div.DivClassName
{
background-color: #B9ABFB;
}
.BgClassName
{
background-color: #B9ABFB;
}
</style>
border-color css
<style>
span { border-color: #B9ABFB; }
span { border-color: rgb(185,171,251); }
td.TdClassName
{
border-color: #B9ABFB;
}
.TagClassName
{
border-color: #B9ABFB;
}
</style>