Shades of Edgewater #BCDEC1
Tints of Edgewater #BCDEC1
RGB
CMYK
RGB Variations
Color information
#BCDEC1 (or 0xBCDEC1) is known color: Edgewater. HEX triplet: BC, DE and C1. RGB value is (188,222,193). Sum of RGB (Red+Green+Blue) = 188+222+193=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEC1 is #43213E. Grayscale: #D0D0D0. Windows color (decimal): -4399423 or 12705468. OLE color: 12705468.
HSL color Cylindrical-coordinate representation of color #BCDEC1: hue angle of 128.82º 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 #BCDEC1 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 193 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.13 |
| HSL | 128.82º | 0.34% | 0.8% | - |
| HSV(B) | 128.82º | 0.15% | 0.87% | - |
| XYZ | 56.49 | 66.78 | 60.37 | - |
| YUV | 208.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 193 | 0.15 | 0 | 0.13 | 0.13 | 128.82 | 0.34 | 0.8 |
| Hex | BC | DE | C1 | F | 0 | D | D | 81 | 22 | 50 |
| Octal | 274 | 336 | 301 | 17 | 0 | 15 | 15 | 201 | 42 | 120 |
| Binary | 10111100 | 11011110 | 11000001 | 1111 | 0 | 1101 | 1101 | 10000001 | 100010 | 1010000 |
Color Harmonies of #BCDEC1
Complementary color
Monochromatic Colors of #BCDEC1
Black with #BCDEC1
Text Example
Text Example
White with #BCDEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDEC1; }
p { color: rgb(188,222,193); }
H1.HeaderClassName
{
color: #BCDEC1;
}
.AnyTagClassName
{
color: #BCDEC1;
}
</style>
background-color css
<style>
a { background-color: #BCDEC1; }
a { background-color: rgb(188,222,193); }
div.DivClassName
{
background-color: #BCDEC1;
}
.BgClassName
{
background-color: #BCDEC1;
}
</style>
border-color css
<style>
span { border-color: #BCDEC1; }
span { border-color: rgb(188,222,193); }
td.TdClassName
{
border-color: #BCDEC1;
}
.TagClassName
{
border-color: #BCDEC1;
}
</style>