Shades of Edgewater #BCD7C0
Tints of Edgewater #BCD7C0
RGB
CMYK
RGB Variations
Color information
#BCD7C0 (or 0xBCD7C0) is known color: Edgewater. HEX triplet: BC, D7 and C0. RGB value is (188,215,192). Sum of RGB (Red+Green+Blue) = 188+215+192=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7C0 is #43283F. Grayscale: #CCCCCC. Windows color (decimal): -4401216 or 12638140. OLE color: 12638140.
HSL color Cylindrical-coordinate representation of color #BCD7C0: hue angle of 128.89º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD7C0 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 192 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.16 |
| HSL | 128.89º | 0.25% | 0.79% | - |
| HSV(B) | 128.89º | 0.13% | 0.84% | - |
| XYZ | 54.55 | 63.1 | 59.17 | - |
| YUV | 204.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 192 | 0.13 | 0 | 0.11 | 0.16 | 128.89 | 0.25 | 0.79 |
| Hex | BC | D7 | C0 | D | 0 | B | 10 | 81 | 19 | 4F |
| Octal | 274 | 327 | 300 | 15 | 0 | 13 | 20 | 201 | 31 | 117 |
| Binary | 10111100 | 11010111 | 11000000 | 1101 | 0 | 1011 | 10000 | 10000001 | 11001 | 1001111 |
Color Harmonies of #BCD7C0
Complementary color
Monochromatic Colors of #BCD7C0
Black with #BCD7C0
Text Example
Text Example
White with #BCD7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD7C0; }
p { color: rgb(188,215,192); }
H1.HeaderClassName
{
color: #BCD7C0;
}
.AnyTagClassName
{
color: #BCD7C0;
}
</style>
background-color css
<style>
a { background-color: #BCD7C0; }
a { background-color: rgb(188,215,192); }
div.DivClassName
{
background-color: #BCD7C0;
}
.BgClassName
{
background-color: #BCD7C0;
}
</style>
border-color css
<style>
span { border-color: #BCD7C0; }
span { border-color: rgb(188,215,192); }
td.TdClassName
{
border-color: #BCD7C0;
}
.TagClassName
{
border-color: #BCD7C0;
}
</style>