Shades of Melrose #BFABEE
Tints of Melrose #BFABEE
RGB
CMYK
RGB Variations
Color information
#BFABEE (or 0xBFABEE) is known color: Melrose. HEX triplet: BF, AB and EE. RGB value is (191,171,238). Sum of RGB (Red+Green+Blue) = 191+171+238=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFABEE is #405411. Grayscale: #B8B8B8. Windows color (decimal): -4215826 or 15641535. OLE color: 15641535.
HSL color Cylindrical-coordinate representation of color #BFABEE: hue angle of 257.91º degrees, saturation: 0.66, 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 #BFABEE is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 171 | 238 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.07 |
| HSL | 257.91º | 0.66% | 0.8% | - |
| HSV(B) | 257.91º | 0.28% | 0.93% | - |
| XYZ | 51.48 | 46.38 | 87.13 | - |
| YUV | 184.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 238 | 0.20 | 0.28 | 0 | 0.07 | 257.91 | 0.66 | 0.8 |
| Hex | BF | AB | EE | 14 | 1C | 0 | 7 | 102 | 42 | 50 |
| Octal | 277 | 253 | 356 | 24 | 34 | 0 | 7 | 402 | 102 | 120 |
| Binary | 10111111 | 10101011 | 11101110 | 10100 | 11100 | 0 | 111 | 100000010 | 1000010 | 1010000 |
Color Harmonies of #BFABEE
Complementary color
Monochromatic Colors of #BFABEE
Black with #BFABEE
Text Example
Text Example
White with #BFABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFABEE; }
p { color: rgb(191,171,238); }
H1.HeaderClassName
{
color: #BFABEE;
}
.AnyTagClassName
{
color: #BFABEE;
}
</style>
background-color css
<style>
a { background-color: #BFABEE; }
a { background-color: rgb(191,171,238); }
div.DivClassName
{
background-color: #BFABEE;
}
.BgClassName
{
background-color: #BFABEE;
}
</style>
border-color css
<style>
span { border-color: #BFABEE; }
span { border-color: rgb(191,171,238); }
td.TdClassName
{
border-color: #BFABEE;
}
.TagClassName
{
border-color: #BFABEE;
}
</style>