Shades of Edgewater #BCD5C2
Tints of Edgewater #BCD5C2
RGB
CMYK
RGB Variations
Color information
#BCD5C2 (or 0xBCD5C2) is known color: Edgewater. HEX triplet: BC, D5 and C2. RGB value is (188,213,194). Sum of RGB (Red+Green+Blue) = 188+213+194=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5C2 is #432A3D. Grayscale: #CBCBCB. Windows color (decimal): -4401726 or 12768700. OLE color: 12768700.
HSL color Cylindrical-coordinate representation of color #BCD5C2: hue angle of 134.4º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD5C2 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 194 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.16 |
| HSL | 134.4º | 0.23% | 0.79% | - |
| HSV(B) | 134.4º | 0.12% | 0.84% | - |
| XYZ | 54.27 | 62.17 | 60.18 | - |
| YUV | 203.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 194 | 0.12 | 0 | 0.09 | 0.16 | 134.4 | 0.23 | 0.79 |
| Hex | BC | D5 | C2 | C | 0 | 9 | 10 | 86 | 17 | 4F |
| Octal | 274 | 325 | 302 | 14 | 0 | 11 | 20 | 206 | 27 | 117 |
| Binary | 10111100 | 11010101 | 11000010 | 1100 | 0 | 1001 | 10000 | 10000110 | 10111 | 1001111 |
Color Harmonies of #BCD5C2
Complementary color
Monochromatic Colors of #BCD5C2
Black with #BCD5C2
Text Example
Text Example
White with #BCD5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5C2; }
p { color: rgb(188,213,194); }
H1.HeaderClassName
{
color: #BCD5C2;
}
.AnyTagClassName
{
color: #BCD5C2;
}
</style>
background-color css
<style>
a { background-color: #BCD5C2; }
a { background-color: rgb(188,213,194); }
div.DivClassName
{
background-color: #BCD5C2;
}
.BgClassName
{
background-color: #BCD5C2;
}
</style>
border-color css
<style>
span { border-color: #BCD5C2; }
span { border-color: rgb(188,213,194); }
td.TdClassName
{
border-color: #BCD5C2;
}
.TagClassName
{
border-color: #BCD5C2;
}
</style>