Shades of Melrose #B8ABFE
Tints of Melrose #B8ABFE
RGB
CMYK
RGB Variations
Color information
#B8ABFE (or 0xB8ABFE) is known color: Melrose. HEX triplet: B8, AB and FE. RGB value is (184,171,254). Sum of RGB (Red+Green+Blue) = 184+171+254=609 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.21% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ABFE is #475401. Grayscale: #B8B8B8. Windows color (decimal): -4674562 or 16690104. OLE color: 16690104.
HSL color Cylindrical-coordinate representation of color #B8ABFE: hue angle of 249.4º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8ABFE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 171 | 254 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.00 |
| HSL | 249.4º | 0.98% | 0.83% | - |
| HSV(B) | 249.4º | 0.33% | 1% | - |
| XYZ | 52.22 | 46.47 | 99.98 | - |
| YUV | 184.35 | 167.31 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 254 | 0.28 | 0.33 | 0 | 0.00 | 249.4 | 0.98 | 0.83 |
| Hex | B8 | AB | FE | 1C | 21 | 0 | 0 | F9 | 62 | 53 |
| Octal | 270 | 253 | 376 | 34 | 41 | 0 | 0 | 371 | 142 | 123 |
| Binary | 10111000 | 10101011 | 11111110 | 11100 | 100001 | 0 | 0 | 11111001 | 1100010 | 1010011 |
Color Harmonies of #B8ABFE
Complementary color
Monochromatic Colors of #B8ABFE
Black with #B8ABFE
Text Example
Text Example
White with #B8ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABFE; }
p { color: rgb(184,171,254); }
H1.HeaderClassName
{
color: #B8ABFE;
}
.AnyTagClassName
{
color: #B8ABFE;
}
</style>
background-color css
<style>
a { background-color: #B8ABFE; }
a { background-color: rgb(184,171,254); }
div.DivClassName
{
background-color: #B8ABFE;
}
.BgClassName
{
background-color: #B8ABFE;
}
</style>
border-color css
<style>
span { border-color: #B8ABFE; }
span { border-color: rgb(184,171,254); }
td.TdClassName
{
border-color: #B8ABFE;
}
.TagClassName
{
border-color: #B8ABFE;
}
</style>