Shades of Edgewater #BCDEC6
Tints of Edgewater #BCDEC6
RGB
CMYK
RGB Variations
Color information
#BCDEC6 (or 0xBCDEC6) is known color: Edgewater. HEX triplet: BC, DE and C6. RGB value is (188,222,198). Sum of RGB (Red+Green+Blue) = 188+222+198=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEC6 is #432139. Grayscale: #D1D1D1. Windows color (decimal): -4399418 or 13033148. OLE color: 13033148.
HSL color Cylindrical-coordinate representation of color #BCDEC6: hue angle of 137.65º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDEC6 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 198 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.13 |
| HSL | 137.65º | 0.34% | 0.8% | - |
| HSV(B) | 137.65º | 0.15% | 0.87% | - |
| XYZ | 57.05 | 67.01 | 63.35 | - |
| YUV | 209.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 198 | 0.15 | 0 | 0.11 | 0.13 | 137.65 | 0.34 | 0.8 |
| Hex | BC | DE | C6 | F | 0 | B | D | 8A | 22 | 50 |
| Octal | 274 | 336 | 306 | 17 | 0 | 13 | 15 | 212 | 42 | 120 |
| Binary | 10111100 | 11011110 | 11000110 | 1111 | 0 | 1011 | 1101 | 10001010 | 100010 | 1010000 |
Color Harmonies of #BCDEC6
Complementary color
Monochromatic Colors of #BCDEC6
Black with #BCDEC6
Text Example
Text Example
White with #BCDEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEC6; }
p { color: rgb(188,222,198); }
H1.HeaderClassName
{
color: #BCDEC6;
}
.AnyTagClassName
{
color: #BCDEC6;
}
</style>
background-color css
<style>
a { background-color: #BCDEC6; }
a { background-color: rgb(188,222,198); }
div.DivClassName
{
background-color: #BCDEC6;
}
.BgClassName
{
background-color: #BCDEC6;
}
</style>
border-color css
<style>
span { border-color: #BCDEC6; }
span { border-color: rgb(188,222,198); }
td.TdClassName
{
border-color: #BCDEC6;
}
.TagClassName
{
border-color: #BCDEC6;
}
</style>