Shades of Melrose #BCACF4
Tints of Melrose #BCACF4
RGB
CMYK
RGB Variations
Color information
#BCACF4 (or 0xBCACF4) is known color: Melrose. HEX triplet: BC, AC and F4. RGB value is (188,172,244). Sum of RGB (Red+Green+Blue) = 188+172+244=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 244 (95.70% from 255 or 40.40% from 604); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCACF4 is #43530B. Grayscale: #B8B8B8. Windows color (decimal): -4412172 or 16035004. OLE color: 16035004.
HSL color Cylindrical-coordinate representation of color #BCACF4: hue angle of 253.33º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCACF4 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 172 | 244 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.04 |
| HSL | 253.33º | 0.77% | 0.82% | - |
| HSV(B) | 253.33º | 0.3% | 0.96% | - |
| XYZ | 51.82 | 46.73 | 91.88 | - |
| YUV | 184.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 244 | 0.23 | 0.30 | 0 | 0.04 | 253.33 | 0.77 | 0.82 |
| Hex | BC | AC | F4 | 17 | 1E | 0 | 4 | FD | 4D | 52 |
| Octal | 274 | 254 | 364 | 27 | 36 | 0 | 4 | 375 | 115 | 122 |
| Binary | 10111100 | 10101100 | 11110100 | 10111 | 11110 | 0 | 100 | 11111101 | 1001101 | 1010010 |
Color Harmonies of #BCACF4
Complementary color
Monochromatic Colors of #BCACF4
Black with #BCACF4
Text Example
Text Example
White with #BCACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACF4; }
p { color: rgb(188,172,244); }
H1.HeaderClassName
{
color: #BCACF4;
}
.AnyTagClassName
{
color: #BCACF4;
}
</style>
background-color css
<style>
a { background-color: #BCACF4; }
a { background-color: rgb(188,172,244); }
div.DivClassName
{
background-color: #BCACF4;
}
.BgClassName
{
background-color: #BCACF4;
}
</style>
border-color css
<style>
span { border-color: #BCACF4; }
span { border-color: rgb(188,172,244); }
td.TdClassName
{
border-color: #BCACF4;
}
.TagClassName
{
border-color: #BCACF4;
}
</style>