Shades of Melrose #B9ABFC
Tints of Melrose #B9ABFC
RGB
CMYK
RGB Variations
Color information
#B9ABFC (or 0xB9ABFC) is known color: Melrose. HEX triplet: B9, AB and FC. RGB value is (185,171,252). Sum of RGB (Red+Green+Blue) = 185+171+252=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ABFC is #465403. Grayscale: #B8B8B8. Windows color (decimal): -4609028 or 16559033. OLE color: 16559033.
HSL color Cylindrical-coordinate representation of color #B9ABFC: hue angle of 250.37º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9ABFC is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 171 | 252 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.01 |
| HSL | 250.37º | 0.93% | 0.83% | - |
| HSV(B) | 250.37º | 0.32% | 0.99% | - |
| XYZ | 52.14 | 46.47 | 98.32 | - |
| YUV | 184.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 252 | 0.27 | 0.32 | 0 | 0.01 | 250.37 | 0.93 | 0.83 |
| Hex | B9 | AB | FC | 1B | 20 | 0 | 1 | FA | 5D | 53 |
| Octal | 271 | 253 | 374 | 33 | 40 | 0 | 1 | 372 | 135 | 123 |
| Binary | 10111001 | 10101011 | 11111100 | 11011 | 100000 | 0 | 1 | 11111010 | 1011101 | 1010011 |
Color Harmonies of #B9ABFC
Complementary color
Monochromatic Colors of #B9ABFC
Black with #B9ABFC
Text Example
Text Example
White with #B9ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ABFC; }
p { color: rgb(185,171,252); }
H1.HeaderClassName
{
color: #B9ABFC;
}
.AnyTagClassName
{
color: #B9ABFC;
}
</style>
background-color css
<style>
a { background-color: #B9ABFC; }
a { background-color: rgb(185,171,252); }
div.DivClassName
{
background-color: #B9ABFC;
}
.BgClassName
{
background-color: #B9ABFC;
}
</style>
border-color css
<style>
span { border-color: #B9ABFC; }
span { border-color: rgb(185,171,252); }
td.TdClassName
{
border-color: #B9ABFC;
}
.TagClassName
{
border-color: #B9ABFC;
}
</style>