Shades of Melrose #BFACE7
Tints of Melrose #BFACE7
RGB
CMYK
RGB Variations
Color information
#BFACE7 (or 0xBFACE7) is known color: Melrose. HEX triplet: BF, AC and E7. RGB value is (191,172,231). Sum of RGB (Red+Green+Blue) = 191+172+231=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFACE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACE7 is #405318. Grayscale: #B8B8B8. Windows color (decimal): -4215577 or 15183039. OLE color: 15183039.
HSL color Cylindrical-coordinate representation of color #BFACE7: hue angle of 259.32º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFACE7 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 172 | 231 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.09 |
| HSL | 259.32º | 0.55% | 0.79% | - |
| HSV(B) | 259.32º | 0.26% | 0.91% | - |
| XYZ | 50.66 | 46.35 | 81.88 | - |
| YUV | 184.41 | 154.29 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 231 | 0.17 | 0.26 | 0 | 0.09 | 259.32 | 0.55 | 0.79 |
| Hex | BF | AC | E7 | 11 | 1A | 0 | 9 | 103 | 37 | 4F |
| Octal | 277 | 254 | 347 | 21 | 32 | 0 | 11 | 403 | 67 | 117 |
| Binary | 10111111 | 10101100 | 11100111 | 10001 | 11010 | 0 | 1001 | 100000011 | 110111 | 1001111 |
Color Harmonies of #BFACE7
Complementary color
Monochromatic Colors of #BFACE7
Black with #BFACE7
Text Example
Text Example
White with #BFACE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACE7; }
p { color: rgb(191,172,231); }
H1.HeaderClassName
{
color: #BFACE7;
}
.AnyTagClassName
{
color: #BFACE7;
}
</style>
background-color css
<style>
a { background-color: #BFACE7; }
a { background-color: rgb(191,172,231); }
div.DivClassName
{
background-color: #BFACE7;
}
.BgClassName
{
background-color: #BFACE7;
}
</style>
border-color css
<style>
span { border-color: #BFACE7; }
span { border-color: rgb(191,172,231); }
td.TdClassName
{
border-color: #BFACE7;
}
.TagClassName
{
border-color: #BFACE7;
}
</style>