Shades of Edgewater #BCE3C4
Tints of Edgewater #BCE3C4
RGB
CMYK
RGB Variations
Color information
#BCE3C4 (or 0xBCE3C4) is known color: Edgewater. HEX triplet: BC, E3 and C4. RGB value is (188,227,196). Sum of RGB (Red+Green+Blue) = 188+227+196=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE3C4 is #431C3B. Grayscale: #D3D3D3. Windows color (decimal): -4398140 or 12903356. OLE color: 12903356.
HSL color Cylindrical-coordinate representation of color #BCE3C4: hue angle of 132.31º degrees, saturation: 0.41, 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 #BCE3C4 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 227 | 196 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.11 |
| HSL | 132.31º | 0.41% | 0.81% | - |
| HSV(B) | 132.31º | 0.17% | 0.89% | - |
| XYZ | 58.17 | 69.62 | 62.6 | - |
| YUV | 211.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 227 | 196 | 0.17 | 0 | 0.14 | 0.11 | 132.31 | 0.41 | 0.81 |
| Hex | BC | E3 | C4 | 11 | 0 | E | B | 84 | 29 | 51 |
| Octal | 274 | 343 | 304 | 21 | 0 | 16 | 13 | 204 | 51 | 121 |
| Binary | 10111100 | 11100011 | 11000100 | 10001 | 0 | 1110 | 1011 | 10000100 | 101001 | 1010001 |
Color Harmonies of #BCE3C4
Complementary color
Monochromatic Colors of #BCE3C4
Black with #BCE3C4
Text Example
Text Example
White with #BCE3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE3C4; }
p { color: rgb(188,227,196); }
H1.HeaderClassName
{
color: #BCE3C4;
}
.AnyTagClassName
{
color: #BCE3C4;
}
</style>
background-color css
<style>
a { background-color: #BCE3C4; }
a { background-color: rgb(188,227,196); }
div.DivClassName
{
background-color: #BCE3C4;
}
.BgClassName
{
background-color: #BCE3C4;
}
</style>
border-color css
<style>
span { border-color: #BCE3C4; }
span { border-color: rgb(188,227,196); }
td.TdClassName
{
border-color: #BCE3C4;
}
.TagClassName
{
border-color: #BCE3C4;
}
</style>