Shades of Edgewater #BCE0C6
Tints of Edgewater #BCE0C6
RGB
CMYK
RGB Variations
Color information
#BCE0C6 (or 0xBCE0C6) is known color: Edgewater. HEX triplet: BC, E0 and C6. RGB value is (188,224,198). Sum of RGB (Red+Green+Blue) = 188+224+198=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 198 (77.73% from 255 or 32.46% from 610); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0C6 is #431F39. Grayscale: #D2D2D2. Windows color (decimal): -4398906 or 13033660. OLE color: 13033660.
HSL color Cylindrical-coordinate representation of color #BCE0C6: hue angle of 136.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE0C6 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 198 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.12 |
| HSL | 136.67º | 0.37% | 0.81% | - |
| HSV(B) | 136.67º | 0.16% | 0.88% | - |
| XYZ | 57.59 | 68.08 | 63.53 | - |
| YUV | 210.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 198 | 0.16 | 0 | 0.12 | 0.12 | 136.67 | 0.37 | 0.81 |
| Hex | BC | E0 | C6 | 10 | 0 | C | C | 89 | 25 | 51 |
| Octal | 274 | 340 | 306 | 20 | 0 | 14 | 14 | 211 | 45 | 121 |
| Binary | 10111100 | 11100000 | 11000110 | 10000 | 0 | 1100 | 1100 | 10001001 | 100101 | 1010001 |
Color Harmonies of #BCE0C6
Complementary color
Monochromatic Colors of #BCE0C6
Black with #BCE0C6
Text Example
Text Example
White with #BCE0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE0C6; }
p { color: rgb(188,224,198); }
H1.HeaderClassName
{
color: #BCE0C6;
}
.AnyTagClassName
{
color: #BCE0C6;
}
</style>
background-color css
<style>
a { background-color: #BCE0C6; }
a { background-color: rgb(188,224,198); }
div.DivClassName
{
background-color: #BCE0C6;
}
.BgClassName
{
background-color: #BCE0C6;
}
</style>
border-color css
<style>
span { border-color: #BCE0C6; }
span { border-color: rgb(188,224,198); }
td.TdClassName
{
border-color: #BCE0C6;
}
.TagClassName
{
border-color: #BCE0C6;
}
</style>