Shades of Melrose #B8ABFD
Tints of Melrose #B8ABFD
RGB
CMYK
RGB Variations
Color information
#B8ABFD (or 0xB8ABFD) is known color: Melrose. HEX triplet: B8, AB and FD. RGB value is (184,171,253). Sum of RGB (Red+Green+Blue) = 184+171+253=608 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.26% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8ABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ABFD is #475402. Grayscale: #B7B7B7. Windows color (decimal): -4674563 or 16624568. OLE color: 16624568.
HSL color Cylindrical-coordinate representation of color #B8ABFD: hue angle of 249.51º degrees, saturation: 0.95, 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 #B8ABFD is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 171 | 253 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.01 |
| HSL | 249.51º | 0.95% | 0.83% | - |
| HSV(B) | 249.51º | 0.32% | 0.99% | - |
| XYZ | 52.06 | 46.41 | 99.14 | - |
| YUV | 184.24 | 166.81 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 253 | 0.27 | 0.32 | 0 | 0.01 | 249.51 | 0.95 | 0.83 |
| Hex | B8 | AB | FD | 1B | 20 | 0 | 1 | FA | 5F | 53 |
| Octal | 270 | 253 | 375 | 33 | 40 | 0 | 1 | 372 | 137 | 123 |
| Binary | 10111000 | 10101011 | 11111101 | 11011 | 100000 | 0 | 1 | 11111010 | 1011111 | 1010011 |
Color Harmonies of #B8ABFD
Complementary color
Monochromatic Colors of #B8ABFD
Black with #B8ABFD
Text Example
Text Example
White with #B8ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABFD; }
p { color: rgb(184,171,253); }
H1.HeaderClassName
{
color: #B8ABFD;
}
.AnyTagClassName
{
color: #B8ABFD;
}
</style>
background-color css
<style>
a { background-color: #B8ABFD; }
a { background-color: rgb(184,171,253); }
div.DivClassName
{
background-color: #B8ABFD;
}
.BgClassName
{
background-color: #B8ABFD;
}
</style>
border-color css
<style>
span { border-color: #B8ABFD; }
span { border-color: rgb(184,171,253); }
td.TdClassName
{
border-color: #B8ABFD;
}
.TagClassName
{
border-color: #B8ABFD;
}
</style>