Shades of Melrose #BCA8EF
Tints of Melrose #BCA8EF
RGB
CMYK
RGB Variations
Color information
#BCA8EF (or 0xBCA8EF) is known color: Melrose. HEX triplet: BC, A8 and EF. RGB value is (188,168,239). Sum of RGB (Red+Green+Blue) = 188+168+239=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCA8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA8EF is #435710. Grayscale: #B5B5B5. Windows color (decimal): -4413201 or 15706300. OLE color: 15706300.
HSL color Cylindrical-coordinate representation of color #BCA8EF: hue angle of 256.9º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCA8EF is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 168 | 239 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.06 |
| HSL | 256.9º | 0.69% | 0.8% | - |
| HSV(B) | 256.9º | 0.3% | 0.94% | - |
| XYZ | 50.32 | 44.93 | 87.68 | - |
| YUV | 182.07 | 160.13 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 239 | 0.21 | 0.30 | 0 | 0.06 | 256.9 | 0.69 | 0.8 |
| Hex | BC | A8 | EF | 15 | 1E | 0 | 6 | 101 | 45 | 50 |
| Octal | 274 | 250 | 357 | 25 | 36 | 0 | 6 | 401 | 105 | 120 |
| Binary | 10111100 | 10101000 | 11101111 | 10101 | 11110 | 0 | 110 | 100000001 | 1000101 | 1010000 |
Color Harmonies of #BCA8EF
Complementary color
Monochromatic Colors of #BCA8EF
Black with #BCA8EF
Text Example
Text Example
White with #BCA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA8EF; }
p { color: rgb(188,168,239); }
H1.HeaderClassName
{
color: #BCA8EF;
}
.AnyTagClassName
{
color: #BCA8EF;
}
</style>
background-color css
<style>
a { background-color: #BCA8EF; }
a { background-color: rgb(188,168,239); }
div.DivClassName
{
background-color: #BCA8EF;
}
.BgClassName
{
background-color: #BCA8EF;
}
</style>
border-color css
<style>
span { border-color: #BCA8EF; }
span { border-color: rgb(188,168,239); }
td.TdClassName
{
border-color: #BCA8EF;
}
.TagClassName
{
border-color: #BCA8EF;
}
</style>