Shades of Edgewater #BCD5C5
Tints of Edgewater #BCD5C5
RGB
CMYK
RGB Variations
Color information
#BCD5C5 (or 0xBCD5C5) is known color: Edgewater. HEX triplet: BC, D5 and C5. RGB value is (188,213,197). Sum of RGB (Red+Green+Blue) = 188+213+197=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5C5 is #432A3A. Grayscale: #CBCBCB. Windows color (decimal): -4401723 or 12965308. OLE color: 12965308.
HSL color Cylindrical-coordinate representation of color #BCD5C5: hue angle of 141.6º 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 #BCD5C5 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 197 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.16 |
| HSL | 141.6º | 0.23% | 0.79% | - |
| HSV(B) | 141.6º | 0.12% | 0.84% | - |
| XYZ | 54.61 | 62.31 | 61.97 | - |
| YUV | 203.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 197 | 0.12 | 0 | 0.08 | 0.16 | 141.6 | 0.23 | 0.79 |
| Hex | BC | D5 | C5 | C | 0 | 8 | 10 | 8E | 17 | 4F |
| Octal | 274 | 325 | 305 | 14 | 0 | 10 | 20 | 216 | 27 | 117 |
| Binary | 10111100 | 11010101 | 11000101 | 1100 | 0 | 1000 | 10000 | 10001110 | 10111 | 1001111 |
Color Harmonies of #BCD5C5
Complementary color
Monochromatic Colors of #BCD5C5
Black with #BCD5C5
Text Example
Text Example
White with #BCD5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5C5; }
p { color: rgb(188,213,197); }
H1.HeaderClassName
{
color: #BCD5C5;
}
.AnyTagClassName
{
color: #BCD5C5;
}
</style>
background-color css
<style>
a { background-color: #BCD5C5; }
a { background-color: rgb(188,213,197); }
div.DivClassName
{
background-color: #BCD5C5;
}
.BgClassName
{
background-color: #BCD5C5;
}
</style>
border-color css
<style>
span { border-color: #BCD5C5; }
span { border-color: rgb(188,213,197); }
td.TdClassName
{
border-color: #BCD5C5;
}
.TagClassName
{
border-color: #BCD5C5;
}
</style>