Shades of Melrose #BCACFE
Tints of Melrose #BCACFE
RGB
CMYK
RGB Variations
Color information
#BCACFE (or 0xBCACFE) is known color: Melrose. HEX triplet: BC, AC and FE. RGB value is (188,172,254). Sum of RGB (Red+Green+Blue) = 188+172+254=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCACFE is #435301. Grayscale: #B9B9B9. Windows color (decimal): -4412162 or 16690364. OLE color: 16690364.
HSL color Cylindrical-coordinate representation of color #BCACFE: hue angle of 251.71º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCACFE is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 172 | 254 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.00 |
| HSL | 251.71º | 0.98% | 0.84% | - |
| HSV(B) | 251.71º | 0.32% | 1% | - |
| XYZ | 53.38 | 47.35 | 100.09 | - |
| YUV | 186.13 | 166.3 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 254 | 0.26 | 0.32 | 0 | 0.00 | 251.71 | 0.98 | 0.84 |
| Hex | BC | AC | FE | 1A | 20 | 0 | 0 | FC | 62 | 54 |
| Octal | 274 | 254 | 376 | 32 | 40 | 0 | 0 | 374 | 142 | 124 |
| Binary | 10111100 | 10101100 | 11111110 | 11010 | 100000 | 0 | 0 | 11111100 | 1100010 | 1010100 |
Color Harmonies of #BCACFE
Complementary color
Monochromatic Colors of #BCACFE
Black with #BCACFE
Text Example
Text Example
White with #BCACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACFE; }
p { color: rgb(188,172,254); }
H1.HeaderClassName
{
color: #BCACFE;
}
.AnyTagClassName
{
color: #BCACFE;
}
</style>
background-color css
<style>
a { background-color: #BCACFE; }
a { background-color: rgb(188,172,254); }
div.DivClassName
{
background-color: #BCACFE;
}
.BgClassName
{
background-color: #BCACFE;
}
</style>
border-color css
<style>
span { border-color: #BCACFE; }
span { border-color: rgb(188,172,254); }
td.TdClassName
{
border-color: #BCACFE;
}
.TagClassName
{
border-color: #BCACFE;
}
</style>