Shades of Melrose #BCB6EE
Tints of Melrose #BCB6EE
RGB
CMYK
RGB Variations
Color information
#BCB6EE (or 0xBCB6EE) is known color: Melrose. HEX triplet: BC, B6 and EE. RGB value is (188,182,238). Sum of RGB (Red+Green+Blue) = 188+182+238=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCB6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB6EE is #434911. Grayscale: #BDBDBD. Windows color (decimal): -4409618 or 15644348. OLE color: 15644348.
HSL color Cylindrical-coordinate representation of color #BCB6EE: hue angle of 246.43º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCB6EE is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 182 | 238 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.07 |
| HSL | 246.43º | 0.62% | 0.82% | - |
| HSV(B) | 246.43º | 0.24% | 0.93% | - |
| XYZ | 52.9 | 50.32 | 87.81 | - |
| YUV | 190.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 238 | 0.21 | 0.24 | 0 | 0.07 | 246.43 | 0.62 | 0.82 |
| Hex | BC | B6 | EE | 15 | 18 | 0 | 7 | F6 | 3E | 52 |
| Octal | 274 | 266 | 356 | 25 | 30 | 0 | 7 | 366 | 76 | 122 |
| Binary | 10111100 | 10110110 | 11101110 | 10101 | 11000 | 0 | 111 | 11110110 | 111110 | 1010010 |
Color Harmonies of #BCB6EE
Complementary color
Monochromatic Colors of #BCB6EE
Black with #BCB6EE
Text Example
Text Example
White with #BCB6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB6EE; }
p { color: rgb(188,182,238); }
H1.HeaderClassName
{
color: #BCB6EE;
}
.AnyTagClassName
{
color: #BCB6EE;
}
</style>
background-color css
<style>
a { background-color: #BCB6EE; }
a { background-color: rgb(188,182,238); }
div.DivClassName
{
background-color: #BCB6EE;
}
.BgClassName
{
background-color: #BCB6EE;
}
</style>
border-color css
<style>
span { border-color: #BCB6EE; }
span { border-color: rgb(188,182,238); }
td.TdClassName
{
border-color: #BCB6EE;
}
.TagClassName
{
border-color: #BCB6EE;
}
</style>