Shades of Edgewater #BCD5C4
Tints of Edgewater #BCD5C4
RGB
CMYK
RGB Variations
Color information
#BCD5C4 (or 0xBCD5C4) is known color: Edgewater. HEX triplet: BC, D5 and C4. RGB value is (188,213,196). Sum of RGB (Red+Green+Blue) = 188+213+196=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 196 (76.95% from 255 or 32.83% from 597); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5C4 is #432A3B. Grayscale: #CBCBCB. Windows color (decimal): -4401724 or 12899772. OLE color: 12899772.
HSL color Cylindrical-coordinate representation of color #BCD5C4: hue angle of 139.2º 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 #BCD5C4 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 213 | 196 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.16 |
| HSL | 139.2º | 0.23% | 0.79% | - |
| HSV(B) | 139.2º | 0.12% | 0.84% | - |
| XYZ | 54.5 | 62.27 | 61.37 | - |
| YUV | 203.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 196 | 0.12 | 0 | 0.08 | 0.16 | 139.2 | 0.23 | 0.79 |
| Hex | BC | D5 | C4 | C | 0 | 8 | 10 | 8B | 17 | 4F |
| Octal | 274 | 325 | 304 | 14 | 0 | 10 | 20 | 213 | 27 | 117 |
| Binary | 10111100 | 11010101 | 11000100 | 1100 | 0 | 1000 | 10000 | 10001011 | 10111 | 1001111 |
Color Harmonies of #BCD5C4
Complementary color
Monochromatic Colors of #BCD5C4
Black with #BCD5C4
Text Example
Text Example
White with #BCD5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5C4; }
p { color: rgb(188,213,196); }
H1.HeaderClassName
{
color: #BCD5C4;
}
.AnyTagClassName
{
color: #BCD5C4;
}
</style>
background-color css
<style>
a { background-color: #BCD5C4; }
a { background-color: rgb(188,213,196); }
div.DivClassName
{
background-color: #BCD5C4;
}
.BgClassName
{
background-color: #BCD5C4;
}
</style>
border-color css
<style>
span { border-color: #BCD5C4; }
span { border-color: rgb(188,213,196); }
td.TdClassName
{
border-color: #BCD5C4;
}
.TagClassName
{
border-color: #BCD5C4;
}
</style>