Shades of Edgewater #BCDDC7
Tints of Edgewater #BCDDC7
RGB
CMYK
RGB Variations
Color information
#BCDDC7 (or 0xBCDDC7) is known color: Edgewater. HEX triplet: BC, DD and C7. RGB value is (188,221,199). Sum of RGB (Red+Green+Blue) = 188+221+199=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDC7 is #432238. Grayscale: #D0D0D0. Windows color (decimal): -4399673 or 13098428. OLE color: 13098428.
HSL color Cylindrical-coordinate representation of color #BCDDC7: hue angle of 140º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDDC7 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 199 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.13 |
| HSL | 140º | 0.33% | 0.8% | - |
| HSV(B) | 140º | 0.15% | 0.87% | - |
| XYZ | 56.9 | 66.53 | 63.87 | - |
| YUV | 208.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 199 | 0.15 | 0 | 0.10 | 0.13 | 140 | 0.33 | 0.8 |
| Hex | BC | DD | C7 | F | 0 | A | D | 8C | 21 | 50 |
| Octal | 274 | 335 | 307 | 17 | 0 | 12 | 15 | 214 | 41 | 120 |
| Binary | 10111100 | 11011101 | 11000111 | 1111 | 0 | 1010 | 1101 | 10001100 | 100001 | 1010000 |
Color Harmonies of #BCDDC7
Complementary color
Monochromatic Colors of #BCDDC7
Black with #BCDDC7
Text Example
Text Example
White with #BCDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDC7; }
p { color: rgb(188,221,199); }
H1.HeaderClassName
{
color: #BCDDC7;
}
.AnyTagClassName
{
color: #BCDDC7;
}
</style>
background-color css
<style>
a { background-color: #BCDDC7; }
a { background-color: rgb(188,221,199); }
div.DivClassName
{
background-color: #BCDDC7;
}
.BgClassName
{
background-color: #BCDDC7;
}
</style>
border-color css
<style>
span { border-color: #BCDDC7; }
span { border-color: rgb(188,221,199); }
td.TdClassName
{
border-color: #BCDDC7;
}
.TagClassName
{
border-color: #BCDDC7;
}
</style>