Shades of Edgewater #BCDBC5
Tints of Edgewater #BCDBC5
RGB
CMYK
RGB Variations
Color information
#BCDBC5 (or 0xBCDBC5) is known color: Edgewater. HEX triplet: BC, DB and C5. RGB value is (188,219,197). Sum of RGB (Red+Green+Blue) = 188+219+197=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBC5 is #43243A. Grayscale: #CFCFCF. Windows color (decimal): -4400187 or 12966844. OLE color: 12966844.
HSL color Cylindrical-coordinate representation of color #BCDBC5: hue angle of 137.42º 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 #BCDBC5 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 197 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.14 |
| HSL | 137.42º | 0.3% | 0.8% | - |
| HSV(B) | 137.42º | 0.14% | 0.86% | - |
| XYZ | 56.15 | 65.39 | 62.48 | - |
| YUV | 207.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 197 | 0.14 | 0 | 0.10 | 0.14 | 137.42 | 0.3 | 0.8 |
| Hex | BC | DB | C5 | E | 0 | A | E | 89 | 1E | 50 |
| Octal | 274 | 333 | 305 | 16 | 0 | 12 | 16 | 211 | 36 | 120 |
| Binary | 10111100 | 11011011 | 11000101 | 1110 | 0 | 1010 | 1110 | 10001001 | 11110 | 1010000 |
Color Harmonies of #BCDBC5
Complementary color
Monochromatic Colors of #BCDBC5
Black with #BCDBC5
Text Example
Text Example
White with #BCDBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBC5; }
p { color: rgb(188,219,197); }
H1.HeaderClassName
{
color: #BCDBC5;
}
.AnyTagClassName
{
color: #BCDBC5;
}
</style>
background-color css
<style>
a { background-color: #BCDBC5; }
a { background-color: rgb(188,219,197); }
div.DivClassName
{
background-color: #BCDBC5;
}
.BgClassName
{
background-color: #BCDBC5;
}
</style>
border-color css
<style>
span { border-color: #BCDBC5; }
span { border-color: rgb(188,219,197); }
td.TdClassName
{
border-color: #BCDBC5;
}
.TagClassName
{
border-color: #BCDBC5;
}
</style>