Shades of Melrose #B8ABEF
Tints of Melrose #B8ABEF
RGB
CMYK
RGB Variations
Color information
#B8ABEF (or 0xB8ABEF) is known color: Melrose. HEX triplet: B8, AB and EF. RGB value is (184,171,239). Sum of RGB (Red+Green+Blue) = 184+171+239=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ABEF is #475410. Grayscale: #B6B6B6. Windows color (decimal): -4674577 or 15707064. OLE color: 15707064.
HSL color Cylindrical-coordinate representation of color #B8ABEF: hue angle of 251.47º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8ABEF is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 171 | 239 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.06 |
| HSL | 251.47º | 0.68% | 0.8% | - |
| HSV(B) | 251.47º | 0.28% | 0.94% | - |
| XYZ | 49.91 | 45.55 | 87.82 | - |
| YUV | 182.64 | 159.81 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 239 | 0.23 | 0.28 | 0 | 0.06 | 251.47 | 0.68 | 0.8 |
| Hex | B8 | AB | EF | 17 | 1C | 0 | 6 | FB | 44 | 50 |
| Octal | 270 | 253 | 357 | 27 | 34 | 0 | 6 | 373 | 104 | 120 |
| Binary | 10111000 | 10101011 | 11101111 | 10111 | 11100 | 0 | 110 | 11111011 | 1000100 | 1010000 |
Color Harmonies of #B8ABEF
Complementary color
Monochromatic Colors of #B8ABEF
Black with #B8ABEF
Text Example
Text Example
White with #B8ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABEF; }
p { color: rgb(184,171,239); }
H1.HeaderClassName
{
color: #B8ABEF;
}
.AnyTagClassName
{
color: #B8ABEF;
}
</style>
background-color css
<style>
a { background-color: #B8ABEF; }
a { background-color: rgb(184,171,239); }
div.DivClassName
{
background-color: #B8ABEF;
}
.BgClassName
{
background-color: #B8ABEF;
}
</style>
border-color css
<style>
span { border-color: #B8ABEF; }
span { border-color: rgb(184,171,239); }
td.TdClassName
{
border-color: #B8ABEF;
}
.TagClassName
{
border-color: #B8ABEF;
}
</style>