Shades of Melrose #BFACE8
Tints of Melrose #BFACE8
RGB
CMYK
RGB Variations
Color information
#BFACE8 (or 0xBFACE8) is known color: Melrose. HEX triplet: BF, AC and E8. RGB value is (191,172,232). Sum of RGB (Red+Green+Blue) = 191+172+232=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACE8 is #405317. Grayscale: #B8B8B8. Windows color (decimal): -4215576 or 15248575. OLE color: 15248575.
HSL color Cylindrical-coordinate representation of color #BFACE8: hue angle of 259º degrees, saturation: 0.57, 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 #BFACE8 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 172 | 232 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.09 |
| HSL | 259º | 0.57% | 0.79% | - |
| HSV(B) | 259º | 0.26% | 0.91% | - |
| XYZ | 50.8 | 46.41 | 82.62 | - |
| YUV | 184.52 | 154.79 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 232 | 0.18 | 0.26 | 0 | 0.09 | 259 | 0.57 | 0.79 |
| Hex | BF | AC | E8 | 12 | 1A | 0 | 9 | 103 | 39 | 4F |
| Octal | 277 | 254 | 350 | 22 | 32 | 0 | 11 | 403 | 71 | 117 |
| Binary | 10111111 | 10101100 | 11101000 | 10010 | 11010 | 0 | 1001 | 100000011 | 111001 | 1001111 |
Color Harmonies of #BFACE8
Complementary color
Monochromatic Colors of #BFACE8
Black with #BFACE8
Text Example
Text Example
White with #BFACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACE8; }
p { color: rgb(191,172,232); }
H1.HeaderClassName
{
color: #BFACE8;
}
.AnyTagClassName
{
color: #BFACE8;
}
</style>
background-color css
<style>
a { background-color: #BFACE8; }
a { background-color: rgb(191,172,232); }
div.DivClassName
{
background-color: #BFACE8;
}
.BgClassName
{
background-color: #BFACE8;
}
</style>
border-color css
<style>
span { border-color: #BFACE8; }
span { border-color: rgb(191,172,232); }
td.TdClassName
{
border-color: #BFACE8;
}
.TagClassName
{
border-color: #BFACE8;
}
</style>