Shades of Edgewater #BCDBC7
Tints of Edgewater #BCDBC7
RGB
CMYK
RGB Variations
Color information
#BCDBC7 (or 0xBCDBC7) is known color: Edgewater. HEX triplet: BC, DB and C7. RGB value is (188,219,199). Sum of RGB (Red+Green+Blue) = 188+219+199=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBC7 is #432438. Grayscale: #CFCFCF. Windows color (decimal): -4400185 or 13097916. OLE color: 13097916.
HSL color Cylindrical-coordinate representation of color #BCDBC7: hue angle of 141.29º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDBC7 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 199 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.14 |
| HSL | 141.29º | 0.3% | 0.8% | - |
| HSV(B) | 141.29º | 0.14% | 0.86% | - |
| XYZ | 56.38 | 65.48 | 63.7 | - |
| YUV | 207.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 199 | 0.14 | 0 | 0.09 | 0.14 | 141.29 | 0.3 | 0.8 |
| Hex | BC | DB | C7 | E | 0 | 9 | E | 8D | 1E | 50 |
| Octal | 274 | 333 | 307 | 16 | 0 | 11 | 16 | 215 | 36 | 120 |
| Binary | 10111100 | 11011011 | 11000111 | 1110 | 0 | 1001 | 1110 | 10001101 | 11110 | 1010000 |
Color Harmonies of #BCDBC7
Complementary color
Monochromatic Colors of #BCDBC7
Black with #BCDBC7
Text Example
Text Example
White with #BCDBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBC7; }
p { color: rgb(188,219,199); }
H1.HeaderClassName
{
color: #BCDBC7;
}
.AnyTagClassName
{
color: #BCDBC7;
}
</style>
background-color css
<style>
a { background-color: #BCDBC7; }
a { background-color: rgb(188,219,199); }
div.DivClassName
{
background-color: #BCDBC7;
}
.BgClassName
{
background-color: #BCDBC7;
}
</style>
border-color css
<style>
span { border-color: #BCDBC7; }
span { border-color: rgb(188,219,199); }
td.TdClassName
{
border-color: #BCDBC7;
}
.TagClassName
{
border-color: #BCDBC7;
}
</style>