Shades of Melrose #B7ABFF
Tints of Melrose #B7ABFF
RGB
CMYK
RGB Variations
Color information
#B7ABFF (or 0xB7ABFF) is known color: Melrose. HEX triplet: B7, AB and FF. RGB value is (183,171,255). Sum of RGB (Red+Green+Blue) = 183+171+255=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ABFF is #485400. Grayscale: #B7B7B7. Windows color (decimal): -4740097 or 16755639. OLE color: 16755639.
HSL color Cylindrical-coordinate representation of color #B7ABFF: hue angle of 248.57º 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 #B7ABFF is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 171 | 255 | - |
| CMYK | 0.28 | 0.33 | 0 | 0 |
| HSL | 248.57º | 1% | 0.84% | - |
| HSV(B) | 248.57º | 0.33% | 1% | - |
| XYZ | 52.14 | 46.41 | 100.82 | - |
| YUV | 184.16 | 167.98 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 171 | 255 | 0.28 | 0.33 | 0 | 0 | 248.57 | 1 | 0.84 |
| Hex | B7 | AB | FF | 1C | 21 | 0 | 0 | F9 | 64 | 54 |
| Octal | 267 | 253 | 377 | 34 | 41 | 0 | 0 | 371 | 144 | 124 |
| Binary | 10110111 | 10101011 | 11111111 | 11100 | 100001 | 0 | 0 | 11111001 | 1100100 | 1010100 |
Color Harmonies of #B7ABFF
Complementary color
Monochromatic Colors of #B7ABFF
Black with #B7ABFF
Text Example
Text Example
White with #B7ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ABFF; }
p { color: rgb(183,171,255); }
H1.HeaderClassName
{
color: #B7ABFF;
}
.AnyTagClassName
{
color: #B7ABFF;
}
</style>
background-color css
<style>
a { background-color: #B7ABFF; }
a { background-color: rgb(183,171,255); }
div.DivClassName
{
background-color: #B7ABFF;
}
.BgClassName
{
background-color: #B7ABFF;
}
</style>
border-color css
<style>
span { border-color: #B7ABFF; }
span { border-color: rgb(183,171,255); }
td.TdClassName
{
border-color: #B7ABFF;
}
.TagClassName
{
border-color: #B7ABFF;
}
</style>