Shades of Melrose #B8ABE3
Tints of Melrose #B8ABE3
RGB
CMYK
RGB Variations
Color information
#B8ABE3 (or 0xB8ABE3) is known color: Melrose. HEX triplet: B8, AB and E3. RGB value is (184,171,227). Sum of RGB (Red+Green+Blue) = 184+171+227=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 227 (89.06% from 255 or 39.00% from 582); Max value from RGB is 227 - color contains mainly: blue. Hex color #B8ABE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABE3 is #47541C. Grayscale: #B5B5B5. Windows color (decimal): -4674589 or 14920632. OLE color: 14920632.
HSL color Cylindrical-coordinate representation of color #B8ABE3: hue angle of 253.93º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8ABE3 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 171 | 227 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.11 |
| HSL | 253.93º | 0.5% | 0.78% | - |
| HSV(B) | 253.93º | 0.25% | 0.89% | - |
| XYZ | 48.2 | 44.86 | 78.79 | - |
| YUV | 181.27 | 153.81 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 227 | 0.19 | 0.25 | 0 | 0.11 | 253.93 | 0.5 | 0.78 |
| Hex | B8 | AB | E3 | 13 | 19 | 0 | B | FE | 32 | 4E |
| Octal | 270 | 253 | 343 | 23 | 31 | 0 | 13 | 376 | 62 | 116 |
| Binary | 10111000 | 10101011 | 11100011 | 10011 | 11001 | 0 | 1011 | 11111110 | 110010 | 1001110 |
Color Harmonies of #B8ABE3
Complementary color
Monochromatic Colors of #B8ABE3
Black with #B8ABE3
Text Example
Text Example
White with #B8ABE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABE3; }
p { color: rgb(184,171,227); }
H1.HeaderClassName
{
color: #B8ABE3;
}
.AnyTagClassName
{
color: #B8ABE3;
}
</style>
background-color css
<style>
a { background-color: #B8ABE3; }
a { background-color: rgb(184,171,227); }
div.DivClassName
{
background-color: #B8ABE3;
}
.BgClassName
{
background-color: #B8ABE3;
}
</style>
border-color css
<style>
span { border-color: #B8ABE3; }
span { border-color: rgb(184,171,227); }
td.TdClassName
{
border-color: #B8ABE3;
}
.TagClassName
{
border-color: #B8ABE3;
}
</style>