Shades of Melrose #BCACEA
Tints of Melrose #BCACEA
RGB
CMYK
RGB Variations
Color information
#BCACEA (or 0xBCACEA) is known color: Melrose. HEX triplet: BC, AC and EA. RGB value is (188,172,234). Sum of RGB (Red+Green+Blue) = 188+172+234=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCACEA is #435315. Grayscale: #B7B7B7. Windows color (decimal): -4412182 or 15379644. OLE color: 15379644.
HSL color Cylindrical-coordinate representation of color #BCACEA: hue angle of 255.48º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCACEA is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 172 | 234 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.08 |
| HSL | 255.48º | 0.6% | 0.8% | - |
| HSV(B) | 255.48º | 0.26% | 0.92% | - |
| XYZ | 50.34 | 46.14 | 84.09 | - |
| YUV | 183.85 | 156.3 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 234 | 0.20 | 0.26 | 0 | 0.08 | 255.48 | 0.6 | 0.8 |
| Hex | BC | AC | EA | 14 | 1A | 0 | 8 | FF | 3C | 50 |
| Octal | 274 | 254 | 352 | 24 | 32 | 0 | 10 | 377 | 74 | 120 |
| Binary | 10111100 | 10101100 | 11101010 | 10100 | 11010 | 0 | 1000 | 11111111 | 111100 | 1010000 |
Color Harmonies of #BCACEA
Complementary color
Monochromatic Colors of #BCACEA
Black with #BCACEA
Text Example
Text Example
White with #BCACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACEA; }
p { color: rgb(188,172,234); }
H1.HeaderClassName
{
color: #BCACEA;
}
.AnyTagClassName
{
color: #BCACEA;
}
</style>
background-color css
<style>
a { background-color: #BCACEA; }
a { background-color: rgb(188,172,234); }
div.DivClassName
{
background-color: #BCACEA;
}
.BgClassName
{
background-color: #BCACEA;
}
</style>
border-color css
<style>
span { border-color: #BCACEA; }
span { border-color: rgb(188,172,234); }
td.TdClassName
{
border-color: #BCACEA;
}
.TagClassName
{
border-color: #BCACEA;
}
</style>