Shades of Melrose #BCACF3
Tints of Melrose #BCACF3
RGB
CMYK
RGB Variations
Color information
#BCACF3 (or 0xBCACF3) is known color: Melrose. HEX triplet: BC, AC and F3. RGB value is (188,172,243). Sum of RGB (Red+Green+Blue) = 188+172+243=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 243 (95.31% from 255 or 40.30% from 603); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCACF3 is #43530C. Grayscale: #B8B8B8. Windows color (decimal): -4412173 or 15969468. OLE color: 15969468.
HSL color Cylindrical-coordinate representation of color #BCACF3: hue angle of 253.52º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCACF3 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 172 | 243 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.05 |
| HSL | 253.52º | 0.75% | 0.81% | - |
| HSV(B) | 253.52º | 0.29% | 0.95% | - |
| XYZ | 51.67 | 46.67 | 91.08 | - |
| YUV | 184.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 243 | 0.23 | 0.29 | 0 | 0.05 | 253.52 | 0.75 | 0.81 |
| Hex | BC | AC | F3 | 17 | 1D | 0 | 5 | FE | 4B | 51 |
| Octal | 274 | 254 | 363 | 27 | 35 | 0 | 5 | 376 | 113 | 121 |
| Binary | 10111100 | 10101100 | 11110011 | 10111 | 11101 | 0 | 101 | 11111110 | 1001011 | 1010001 |
Color Harmonies of #BCACF3
Complementary color
Monochromatic Colors of #BCACF3
Black with #BCACF3
Text Example
Text Example
White with #BCACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACF3; }
p { color: rgb(188,172,243); }
H1.HeaderClassName
{
color: #BCACF3;
}
.AnyTagClassName
{
color: #BCACF3;
}
</style>
background-color css
<style>
a { background-color: #BCACF3; }
a { background-color: rgb(188,172,243); }
div.DivClassName
{
background-color: #BCACF3;
}
.BgClassName
{
background-color: #BCACF3;
}
</style>
border-color css
<style>
span { border-color: #BCACF3; }
span { border-color: rgb(188,172,243); }
td.TdClassName
{
border-color: #BCACF3;
}
.TagClassName
{
border-color: #BCACF3;
}
</style>