Shades of Melrose #B5ABDF
Tints of Melrose #B5ABDF
RGB
CMYK
RGB Variations
Color information
#B5ABDF (or 0xB5ABDF) is known color: Melrose. HEX triplet: B5, AB and DF. RGB value is (181,171,223). Sum of RGB (Red+Green+Blue) = 181+171+223=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABDF is #4A5420. Grayscale: #B3B3B3. Windows color (decimal): -4871201 or 14658485. OLE color: 14658485.
HSL color Cylindrical-coordinate representation of color #B5ABDF: hue angle of 251.54º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5ABDF is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 171 | 223 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.13 |
| HSL | 251.54º | 0.45% | 0.77% | - |
| HSV(B) | 251.54º | 0.23% | 0.87% | - |
| XYZ | 46.94 | 44.28 | 75.88 | - |
| YUV | 179.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 171 | 223 | 0.19 | 0.23 | 0 | 0.13 | 251.54 | 0.45 | 0.77 |
| Hex | B5 | AB | DF | 13 | 17 | 0 | D | FC | 2D | 4D |
| Octal | 265 | 253 | 337 | 23 | 27 | 0 | 15 | 374 | 55 | 115 |
| Binary | 10110101 | 10101011 | 11011111 | 10011 | 10111 | 0 | 1101 | 11111100 | 101101 | 1001101 |
Color Harmonies of #B5ABDF
Complementary color
Monochromatic Colors of #B5ABDF
Black with #B5ABDF
Text Example
Text Example
White with #B5ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ABDF; }
p { color: rgb(181,171,223); }
H1.HeaderClassName
{
color: #B5ABDF;
}
.AnyTagClassName
{
color: #B5ABDF;
}
</style>
background-color css
<style>
a { background-color: #B5ABDF; }
a { background-color: rgb(181,171,223); }
div.DivClassName
{
background-color: #B5ABDF;
}
.BgClassName
{
background-color: #B5ABDF;
}
</style>
border-color css
<style>
span { border-color: #B5ABDF; }
span { border-color: rgb(181,171,223); }
td.TdClassName
{
border-color: #B5ABDF;
}
.TagClassName
{
border-color: #B5ABDF;
}
</style>