Shades of Melrose #BFACED
Tints of Melrose #BFACED
RGB
CMYK
RGB Variations
Color information
#BFACED (or 0xBFACED) is known color: Melrose. HEX triplet: BF, AC and ED. RGB value is (191,172,237). Sum of RGB (Red+Green+Blue) = 191+172+237=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACED is #405312. Grayscale: #B8B8B8. Windows color (decimal): -4215571 or 15576255. OLE color: 15576255.
HSL color Cylindrical-coordinate representation of color #BFACED: hue angle of 257.54º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BFACED is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 172 | 237 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.07 |
| HSL | 257.54º | 0.64% | 0.8% | - |
| HSV(B) | 257.54º | 0.27% | 0.93% | - |
| XYZ | 51.52 | 46.7 | 86.42 | - |
| YUV | 185.09 | 157.29 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 237 | 0.19 | 0.27 | 0 | 0.07 | 257.54 | 0.64 | 0.8 |
| Hex | BF | AC | ED | 13 | 1B | 0 | 7 | 102 | 40 | 50 |
| Octal | 277 | 254 | 355 | 23 | 33 | 0 | 7 | 402 | 100 | 120 |
| Binary | 10111111 | 10101100 | 11101101 | 10011 | 11011 | 0 | 111 | 100000010 | 1000000 | 1010000 |
Color Harmonies of #BFACED
Complementary color
Monochromatic Colors of #BFACED
Black with #BFACED
Text Example
Text Example
White with #BFACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACED; }
p { color: rgb(191,172,237); }
H1.HeaderClassName
{
color: #BFACED;
}
.AnyTagClassName
{
color: #BFACED;
}
</style>
background-color css
<style>
a { background-color: #BFACED; }
a { background-color: rgb(191,172,237); }
div.DivClassName
{
background-color: #BFACED;
}
.BgClassName
{
background-color: #BFACED;
}
</style>
border-color css
<style>
span { border-color: #BFACED; }
span { border-color: rgb(191,172,237); }
td.TdClassName
{
border-color: #BFACED;
}
.TagClassName
{
border-color: #BFACED;
}
</style>