Shades of Edgewater #BCE2C3
Tints of Edgewater #BCE2C3
RGB
CMYK
RGB Variations
Color information
#BCE2C3 (or 0xBCE2C3) is known color: Edgewater. HEX triplet: BC, E2 and C3. RGB value is (188,226,195). Sum of RGB (Red+Green+Blue) = 188+226+195=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 226 (88.67% from 255 or 37.11% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2C3 is #431D3C. Grayscale: #D3D3D3. Windows color (decimal): -4398397 or 12837564. OLE color: 12837564.
HSL color Cylindrical-coordinate representation of color #BCE2C3: hue angle of 131.05º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE2C3 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 195 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.11 |
| HSL | 131.05º | 0.4% | 0.81% | - |
| HSV(B) | 131.05º | 0.17% | 0.89% | - |
| XYZ | 57.79 | 69.02 | 61.91 | - |
| YUV | 211.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 195 | 0.17 | 0 | 0.14 | 0.11 | 131.05 | 0.4 | 0.81 |
| Hex | BC | E2 | C3 | 11 | 0 | E | B | 83 | 28 | 51 |
| Octal | 274 | 342 | 303 | 21 | 0 | 16 | 13 | 203 | 50 | 121 |
| Binary | 10111100 | 11100010 | 11000011 | 10001 | 0 | 1110 | 1011 | 10000011 | 101000 | 1010001 |
Color Harmonies of #BCE2C3
Complementary color
Monochromatic Colors of #BCE2C3
Black with #BCE2C3
Text Example
Text Example
White with #BCE2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2C3; }
p { color: rgb(188,226,195); }
H1.HeaderClassName
{
color: #BCE2C3;
}
.AnyTagClassName
{
color: #BCE2C3;
}
</style>
background-color css
<style>
a { background-color: #BCE2C3; }
a { background-color: rgb(188,226,195); }
div.DivClassName
{
background-color: #BCE2C3;
}
.BgClassName
{
background-color: #BCE2C3;
}
</style>
border-color css
<style>
span { border-color: #BCE2C3; }
span { border-color: rgb(188,226,195); }
td.TdClassName
{
border-color: #BCE2C3;
}
.TagClassName
{
border-color: #BCE2C3;
}
</style>