Shades of Edgewater #BCDBC2
Tints of Edgewater #BCDBC2
RGB
CMYK
RGB Variations
Color information
#BCDBC2 (or 0xBCDBC2) is known color: Edgewater. HEX triplet: BC, DB and C2. RGB value is (188,219,194). Sum of RGB (Red+Green+Blue) = 188+219+194=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBC2 is #43243D. Grayscale: #CECECE. Windows color (decimal): -4400190 or 12770236. OLE color: 12770236.
HSL color Cylindrical-coordinate representation of color #BCDBC2: hue angle of 131.61º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDBC2 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 194 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.14 |
| HSL | 131.61º | 0.3% | 0.8% | - |
| HSV(B) | 131.61º | 0.14% | 0.86% | - |
| XYZ | 55.81 | 65.25 | 60.69 | - |
| YUV | 206.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 194 | 0.14 | 0 | 0.11 | 0.14 | 131.61 | 0.3 | 0.8 |
| Hex | BC | DB | C2 | E | 0 | B | E | 84 | 1E | 50 |
| Octal | 274 | 333 | 302 | 16 | 0 | 13 | 16 | 204 | 36 | 120 |
| Binary | 10111100 | 11011011 | 11000010 | 1110 | 0 | 1011 | 1110 | 10000100 | 11110 | 1010000 |
Color Harmonies of #BCDBC2
Complementary color
Monochromatic Colors of #BCDBC2
Black with #BCDBC2
Text Example
Text Example
White with #BCDBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBC2; }
p { color: rgb(188,219,194); }
H1.HeaderClassName
{
color: #BCDBC2;
}
.AnyTagClassName
{
color: #BCDBC2;
}
</style>
background-color css
<style>
a { background-color: #BCDBC2; }
a { background-color: rgb(188,219,194); }
div.DivClassName
{
background-color: #BCDBC2;
}
.BgClassName
{
background-color: #BCDBC2;
}
</style>
border-color css
<style>
span { border-color: #BCDBC2; }
span { border-color: rgb(188,219,194); }
td.TdClassName
{
border-color: #BCDBC2;
}
.TagClassName
{
border-color: #BCDBC2;
}
</style>