Shades of Edgewater #BCD6C3
Tints of Edgewater #BCD6C3
RGB
CMYK
RGB Variations
Color information
#BCD6C3 (or 0xBCD6C3) is known color: Edgewater. HEX triplet: BC, D6 and C3. RGB value is (188,214,195). Sum of RGB (Red+Green+Blue) = 188+214+195=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6C3 is #43293C. Grayscale: #CCCCCC. Windows color (decimal): -4401469 or 12834492. OLE color: 12834492.
HSL color Cylindrical-coordinate representation of color #BCD6C3: hue angle of 136.15º 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 #BCD6C3 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 195 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.16 |
| HSL | 136.15º | 0.24% | 0.79% | - |
| HSV(B) | 136.15º | 0.12% | 0.84% | - |
| XYZ | 54.64 | 62.72 | 60.86 | - |
| YUV | 204.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 195 | 0.12 | 0 | 0.09 | 0.16 | 136.15 | 0.24 | 0.79 |
| Hex | BC | D6 | C3 | C | 0 | 9 | 10 | 88 | 18 | 4F |
| Octal | 274 | 326 | 303 | 14 | 0 | 11 | 20 | 210 | 30 | 117 |
| Binary | 10111100 | 11010110 | 11000011 | 1100 | 0 | 1001 | 10000 | 10001000 | 11000 | 1001111 |
Color Harmonies of #BCD6C3
Complementary color
Monochromatic Colors of #BCD6C3
Black with #BCD6C3
Text Example
Text Example
White with #BCD6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6C3; }
p { color: rgb(188,214,195); }
H1.HeaderClassName
{
color: #BCD6C3;
}
.AnyTagClassName
{
color: #BCD6C3;
}
</style>
background-color css
<style>
a { background-color: #BCD6C3; }
a { background-color: rgb(188,214,195); }
div.DivClassName
{
background-color: #BCD6C3;
}
.BgClassName
{
background-color: #BCD6C3;
}
</style>
border-color css
<style>
span { border-color: #BCD6C3; }
span { border-color: rgb(188,214,195); }
td.TdClassName
{
border-color: #BCD6C3;
}
.TagClassName
{
border-color: #BCD6C3;
}
</style>