Shades of Edgewater #BCDEC5
Tints of Edgewater #BCDEC5
RGB
CMYK
RGB Variations
Color information
#BCDEC5 (or 0xBCDEC5) is known color: Edgewater. HEX triplet: BC, DE and C5. RGB value is (188,222,197). Sum of RGB (Red+Green+Blue) = 188+222+197=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEC5 is #43213A. Grayscale: #D1D1D1. Windows color (decimal): -4399419 or 12967612. OLE color: 12967612.
HSL color Cylindrical-coordinate representation of color #BCDEC5: hue angle of 135.88º 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 #BCDEC5 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 197 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.13 |
| HSL | 135.88º | 0.34% | 0.8% | - |
| HSV(B) | 135.88º | 0.15% | 0.87% | - |
| XYZ | 56.94 | 66.97 | 62.75 | - |
| YUV | 208.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 197 | 0.15 | 0 | 0.11 | 0.13 | 135.88 | 0.34 | 0.8 |
| Hex | BC | DE | C5 | F | 0 | B | D | 88 | 22 | 50 |
| Octal | 274 | 336 | 305 | 17 | 0 | 13 | 15 | 210 | 42 | 120 |
| Binary | 10111100 | 11011110 | 11000101 | 1111 | 0 | 1011 | 1101 | 10001000 | 100010 | 1010000 |
Color Harmonies of #BCDEC5
Complementary color
Monochromatic Colors of #BCDEC5
Black with #BCDEC5
Text Example
Text Example
White with #BCDEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEC5; }
p { color: rgb(188,222,197); }
H1.HeaderClassName
{
color: #BCDEC5;
}
.AnyTagClassName
{
color: #BCDEC5;
}
</style>
background-color css
<style>
a { background-color: #BCDEC5; }
a { background-color: rgb(188,222,197); }
div.DivClassName
{
background-color: #BCDEC5;
}
.BgClassName
{
background-color: #BCDEC5;
}
</style>
border-color css
<style>
span { border-color: #BCDEC5; }
span { border-color: rgb(188,222,197); }
td.TdClassName
{
border-color: #BCDEC5;
}
.TagClassName
{
border-color: #BCDEC5;
}
</style>