Shades of Melrose #B7ABFC
Tints of Melrose #B7ABFC
RGB
CMYK
RGB Variations
Color information
#B7ABFC (or 0xB7ABFC) is known color: Melrose. HEX triplet: B7, AB and FC. RGB value is (183,171,252). Sum of RGB (Red+Green+Blue) = 183+171+252=606 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.20% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #B7ABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ABFC is #485403. Grayscale: #B7B7B7. Windows color (decimal): -4740100 or 16559031. OLE color: 16559031.
HSL color Cylindrical-coordinate representation of color #B7ABFC: hue angle of 248.89º 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 #B7ABFC is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 171 | 252 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.01 |
| HSL | 248.89º | 0.93% | 0.83% | - |
| HSV(B) | 248.89º | 0.32% | 0.99% | - |
| XYZ | 51.66 | 46.22 | 98.29 | - |
| YUV | 183.82 | 166.48 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 171 | 252 | 0.27 | 0.32 | 0 | 0.01 | 248.89 | 0.93 | 0.83 |
| Hex | B7 | AB | FC | 1B | 20 | 0 | 1 | F9 | 5D | 53 |
| Octal | 267 | 253 | 374 | 33 | 40 | 0 | 1 | 371 | 135 | 123 |
| Binary | 10110111 | 10101011 | 11111100 | 11011 | 100000 | 0 | 1 | 11111001 | 1011101 | 1010011 |
Color Harmonies of #B7ABFC
Complementary color
Monochromatic Colors of #B7ABFC
Black with #B7ABFC
Text Example
Text Example
White with #B7ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ABFC; }
p { color: rgb(183,171,252); }
H1.HeaderClassName
{
color: #B7ABFC;
}
.AnyTagClassName
{
color: #B7ABFC;
}
</style>
background-color css
<style>
a { background-color: #B7ABFC; }
a { background-color: rgb(183,171,252); }
div.DivClassName
{
background-color: #B7ABFC;
}
.BgClassName
{
background-color: #B7ABFC;
}
</style>
border-color css
<style>
span { border-color: #B7ABFC; }
span { border-color: rgb(183,171,252); }
td.TdClassName
{
border-color: #B7ABFC;
}
.TagClassName
{
border-color: #B7ABFC;
}
</style>