Shades of Edgewater #BCD4C2
Tints of Edgewater #BCD4C2
RGB
CMYK
RGB Variations
Color information
#BCD4C2 (or 0xBCD4C2) is known color: Edgewater. HEX triplet: BC, D4 and C2. RGB value is (188,212,194). Sum of RGB (Red+Green+Blue) = 188+212+194=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4C2 is #432B3D. Grayscale: #CACACA. Windows color (decimal): -4401982 or 12768444. OLE color: 12768444.
HSL color Cylindrical-coordinate representation of color #BCD4C2: hue angle of 135º degrees, saturation: 0.22, 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 #BCD4C2 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 212 | 194 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.17 |
| HSL | 135º | 0.22% | 0.78% | - |
| HSV(B) | 135º | 0.11% | 0.83% | - |
| XYZ | 54.02 | 61.67 | 60.1 | - |
| YUV | 202.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 194 | 0.11 | 0 | 0.08 | 0.17 | 135 | 0.22 | 0.78 |
| Hex | BC | D4 | C2 | B | 0 | 8 | 11 | 87 | 16 | 4E |
| Octal | 274 | 324 | 302 | 13 | 0 | 10 | 21 | 207 | 26 | 116 |
| Binary | 10111100 | 11010100 | 11000010 | 1011 | 0 | 1000 | 10001 | 10000111 | 10110 | 1001110 |
Color Harmonies of #BCD4C2
Complementary color
Monochromatic Colors of #BCD4C2
Black with #BCD4C2
Text Example
Text Example
White with #BCD4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4C2; }
p { color: rgb(188,212,194); }
H1.HeaderClassName
{
color: #BCD4C2;
}
.AnyTagClassName
{
color: #BCD4C2;
}
</style>
background-color css
<style>
a { background-color: #BCD4C2; }
a { background-color: rgb(188,212,194); }
div.DivClassName
{
background-color: #BCD4C2;
}
.BgClassName
{
background-color: #BCD4C2;
}
</style>
border-color css
<style>
span { border-color: #BCD4C2; }
span { border-color: rgb(188,212,194); }
td.TdClassName
{
border-color: #BCD4C2;
}
.TagClassName
{
border-color: #BCD4C2;
}
</style>