Shades of Melrose #BFACEE
Tints of Melrose #BFACEE
RGB
CMYK
RGB Variations
Color information
#BFACEE (or 0xBFACEE) is known color: Melrose. HEX triplet: BF, AC and EE. RGB value is (191,172,238). Sum of RGB (Red+Green+Blue) = 191+172+238=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFACEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACEE is #405311. Grayscale: #B8B8B8. Windows color (decimal): -4215570 or 15641791. OLE color: 15641791.
HSL color Cylindrical-coordinate representation of color #BFACEE: hue angle of 257.27º 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 #BFACEE is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 172 | 238 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.07 |
| HSL | 257.27º | 0.66% | 0.8% | - |
| HSV(B) | 257.27º | 0.28% | 0.93% | - |
| XYZ | 51.67 | 46.75 | 87.19 | - |
| YUV | 185.21 | 157.79 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 238 | 0.20 | 0.28 | 0 | 0.07 | 257.27 | 0.66 | 0.8 |
| Hex | BF | AC | EE | 14 | 1C | 0 | 7 | 101 | 42 | 50 |
| Octal | 277 | 254 | 356 | 24 | 34 | 0 | 7 | 401 | 102 | 120 |
| Binary | 10111111 | 10101100 | 11101110 | 10100 | 11100 | 0 | 111 | 100000001 | 1000010 | 1010000 |
Color Harmonies of #BFACEE
Complementary color
Monochromatic Colors of #BFACEE
Black with #BFACEE
Text Example
Text Example
White with #BFACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACEE; }
p { color: rgb(191,172,238); }
H1.HeaderClassName
{
color: #BFACEE;
}
.AnyTagClassName
{
color: #BFACEE;
}
</style>
background-color css
<style>
a { background-color: #BFACEE; }
a { background-color: rgb(191,172,238); }
div.DivClassName
{
background-color: #BFACEE;
}
.BgClassName
{
background-color: #BFACEE;
}
</style>
border-color css
<style>
span { border-color: #BFACEE; }
span { border-color: rgb(191,172,238); }
td.TdClassName
{
border-color: #BFACEE;
}
.TagClassName
{
border-color: #BFACEE;
}
</style>