Shades of Edgewater #BCD3C2
Tints of Edgewater #BCD3C2
RGB
CMYK
RGB Variations
Color information
#BCD3C2 (or 0xBCD3C2) is known color: Edgewater. HEX triplet: BC, D3 and C2. RGB value is (188,211,194). Sum of RGB (Red+Green+Blue) = 188+211+194=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD3C2 is #432C3D. Grayscale: #CACACA. Windows color (decimal): -4402238 or 12768188. OLE color: 12768188.
HSL color Cylindrical-coordinate representation of color #BCD3C2: hue angle of 135.65º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD3C2 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 194 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.17 |
| HSL | 135.65º | 0.21% | 0.78% | - |
| HSV(B) | 135.65º | 0.11% | 0.83% | - |
| XYZ | 53.77 | 61.17 | 60.01 | - |
| YUV | 202.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 194 | 0.11 | 0 | 0.08 | 0.17 | 135.65 | 0.21 | 0.78 |
| Hex | BC | D3 | C2 | B | 0 | 8 | 11 | 88 | 15 | 4E |
| Octal | 274 | 323 | 302 | 13 | 0 | 10 | 21 | 210 | 25 | 116 |
| Binary | 10111100 | 11010011 | 11000010 | 1011 | 0 | 1000 | 10001 | 10001000 | 10101 | 1001110 |
Color Harmonies of #BCD3C2
Complementary color
Monochromatic Colors of #BCD3C2
Black with #BCD3C2
Text Example
Text Example
White with #BCD3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD3C2; }
p { color: rgb(188,211,194); }
H1.HeaderClassName
{
color: #BCD3C2;
}
.AnyTagClassName
{
color: #BCD3C2;
}
</style>
background-color css
<style>
a { background-color: #BCD3C2; }
a { background-color: rgb(188,211,194); }
div.DivClassName
{
background-color: #BCD3C2;
}
.BgClassName
{
background-color: #BCD3C2;
}
</style>
border-color css
<style>
span { border-color: #BCD3C2; }
span { border-color: rgb(188,211,194); }
td.TdClassName
{
border-color: #BCD3C2;
}
.TagClassName
{
border-color: #BCD3C2;
}
</style>