Shades of Melrose #BCB0DE
Tints of Melrose #BCB0DE
RGB
CMYK
RGB Variations
Color information
#BCB0DE (or 0xBCB0DE) is known color: Melrose. HEX triplet: BC, B0 and DE. RGB value is (188,176,222). Sum of RGB (Red+Green+Blue) = 188+176+222=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCB0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0DE is #434F21. Grayscale: #B8B8B8. Windows color (decimal): -4411170 or 14594236. OLE color: 14594236.
HSL color Cylindrical-coordinate representation of color #BCB0DE: hue angle of 255.65º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCB0DE is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 176 | 222 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.13 |
| HSL | 255.65º | 0.41% | 0.78% | - |
| HSV(B) | 255.65º | 0.21% | 0.87% | - |
| XYZ | 49.45 | 47.02 | 75.58 | - |
| YUV | 184.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 222 | 0.15 | 0.21 | 0 | 0.13 | 255.65 | 0.41 | 0.78 |
| Hex | BC | B0 | DE | F | 15 | 0 | D | 100 | 29 | 4E |
| Octal | 274 | 260 | 336 | 17 | 25 | 0 | 15 | 400 | 51 | 116 |
| Binary | 10111100 | 10110000 | 11011110 | 1111 | 10101 | 0 | 1101 | 100000000 | 101001 | 1001110 |
Color Harmonies of #BCB0DE
Complementary color
Monochromatic Colors of #BCB0DE
Black with #BCB0DE
Text Example
Text Example
White with #BCB0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0DE; }
p { color: rgb(188,176,222); }
H1.HeaderClassName
{
color: #BCB0DE;
}
.AnyTagClassName
{
color: #BCB0DE;
}
</style>
background-color css
<style>
a { background-color: #BCB0DE; }
a { background-color: rgb(188,176,222); }
div.DivClassName
{
background-color: #BCB0DE;
}
.BgClassName
{
background-color: #BCB0DE;
}
</style>
border-color css
<style>
span { border-color: #BCB0DE; }
span { border-color: rgb(188,176,222); }
td.TdClassName
{
border-color: #BCB0DE;
}
.TagClassName
{
border-color: #BCB0DE;
}
</style>