Shades of Melrose #BFABED
Tints of Melrose #BFABED
RGB
CMYK
RGB Variations
Color information
#BFABED (or 0xBFABED) is known color: Melrose. HEX triplet: BF, AB and ED. RGB value is (191,171,237). Sum of RGB (Red+Green+Blue) = 191+171+237=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFABED is #405412. Grayscale: #B8B8B8. Windows color (decimal): -4215827 or 15575999. OLE color: 15575999.
HSL color Cylindrical-coordinate representation of color #BFABED: hue angle of 258.18º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFABED is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 171 | 237 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.07 |
| HSL | 258.18º | 0.65% | 0.8% | - |
| HSV(B) | 258.18º | 0.28% | 0.93% | - |
| XYZ | 51.33 | 46.32 | 86.36 | - |
| YUV | 184.5 | 157.63 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 237 | 0.19 | 0.28 | 0 | 0.07 | 258.18 | 0.65 | 0.8 |
| Hex | BF | AB | ED | 13 | 1C | 0 | 7 | 102 | 41 | 50 |
| Octal | 277 | 253 | 355 | 23 | 34 | 0 | 7 | 402 | 101 | 120 |
| Binary | 10111111 | 10101011 | 11101101 | 10011 | 11100 | 0 | 111 | 100000010 | 1000001 | 1010000 |
Color Harmonies of #BFABED
Complementary color
Monochromatic Colors of #BFABED
Black with #BFABED
Text Example
Text Example
White with #BFABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABED; }
p { color: rgb(191,171,237); }
H1.HeaderClassName
{
color: #BFABED;
}
.AnyTagClassName
{
color: #BFABED;
}
</style>
background-color css
<style>
a { background-color: #BFABED; }
a { background-color: rgb(191,171,237); }
div.DivClassName
{
background-color: #BFABED;
}
.BgClassName
{
background-color: #BFABED;
}
</style>
border-color css
<style>
span { border-color: #BFABED; }
span { border-color: rgb(191,171,237); }
td.TdClassName
{
border-color: #BFABED;
}
.TagClassName
{
border-color: #BFABED;
}
</style>