Shades of Melrose #BCA8EC
Tints of Melrose #BCA8EC
RGB
CMYK
RGB Variations
Color information
#BCA8EC (or 0xBCA8EC) is known color: Melrose. HEX triplet: BC, A8 and EC. RGB value is (188,168,236). Sum of RGB (Red+Green+Blue) = 188+168+236=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCA8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA8EC is #435713. Grayscale: #B5B5B5. Windows color (decimal): -4413204 or 15509692. OLE color: 15509692.
HSL color Cylindrical-coordinate representation of color #BCA8EC: hue angle of 257.65º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCA8EC is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 168 | 236 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.07 |
| HSL | 257.65º | 0.64% | 0.79% | - |
| HSV(B) | 257.65º | 0.29% | 0.93% | - |
| XYZ | 49.88 | 44.75 | 85.37 | - |
| YUV | 181.73 | 158.63 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 236 | 0.20 | 0.29 | 0 | 0.07 | 257.65 | 0.64 | 0.79 |
| Hex | BC | A8 | EC | 14 | 1D | 0 | 7 | 102 | 40 | 4F |
| Octal | 274 | 250 | 354 | 24 | 35 | 0 | 7 | 402 | 100 | 117 |
| Binary | 10111100 | 10101000 | 11101100 | 10100 | 11101 | 0 | 111 | 100000010 | 1000000 | 1001111 |
Color Harmonies of #BCA8EC
Complementary color
Monochromatic Colors of #BCA8EC
Black with #BCA8EC
Text Example
Text Example
White with #BCA8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8EC; }
p { color: rgb(188,168,236); }
H1.HeaderClassName
{
color: #BCA8EC;
}
.AnyTagClassName
{
color: #BCA8EC;
}
</style>
background-color css
<style>
a { background-color: #BCA8EC; }
a { background-color: rgb(188,168,236); }
div.DivClassName
{
background-color: #BCA8EC;
}
.BgClassName
{
background-color: #BCA8EC;
}
</style>
border-color css
<style>
span { border-color: #BCA8EC; }
span { border-color: rgb(188,168,236); }
td.TdClassName
{
border-color: #BCA8EC;
}
.TagClassName
{
border-color: #BCA8EC;
}
</style>