Shades of Edgewater #BCD6C1
Tints of Edgewater #BCD6C1
RGB
CMYK
RGB Variations
Color information
#BCD6C1 (or 0xBCD6C1) is known color: Edgewater. HEX triplet: BC, D6 and C1. RGB value is (188,214,193). Sum of RGB (Red+Green+Blue) = 188+214+193=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6C1 is #43293E. Grayscale: #CBCBCB. Windows color (decimal): -4401471 or 12703420. OLE color: 12703420.
HSL color Cylindrical-coordinate representation of color #BCD6C1: hue angle of 131.54º degrees, saturation: 0.24, 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 #BCD6C1 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 193 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.16 |
| HSL | 131.54º | 0.24% | 0.79% | - |
| HSV(B) | 131.54º | 0.12% | 0.84% | - |
| XYZ | 54.41 | 62.63 | 59.67 | - |
| YUV | 203.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 193 | 0.12 | 0 | 0.10 | 0.16 | 131.54 | 0.24 | 0.79 |
| Hex | BC | D6 | C1 | C | 0 | A | 10 | 84 | 18 | 4F |
| Octal | 274 | 326 | 301 | 14 | 0 | 12 | 20 | 204 | 30 | 117 |
| Binary | 10111100 | 11010110 | 11000001 | 1100 | 0 | 1010 | 10000 | 10000100 | 11000 | 1001111 |
Color Harmonies of #BCD6C1
Complementary color
Monochromatic Colors of #BCD6C1
Black with #BCD6C1
Text Example
Text Example
White with #BCD6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6C1; }
p { color: rgb(188,214,193); }
H1.HeaderClassName
{
color: #BCD6C1;
}
.AnyTagClassName
{
color: #BCD6C1;
}
</style>
background-color css
<style>
a { background-color: #BCD6C1; }
a { background-color: rgb(188,214,193); }
div.DivClassName
{
background-color: #BCD6C1;
}
.BgClassName
{
background-color: #BCD6C1;
}
</style>
border-color css
<style>
span { border-color: #BCD6C1; }
span { border-color: rgb(188,214,193); }
td.TdClassName
{
border-color: #BCD6C1;
}
.TagClassName
{
border-color: #BCD6C1;
}
</style>