Shades of Edgewater #BCDCC5
Tints of Edgewater #BCDCC5
RGB
CMYK
RGB Variations
Color information
#BCDCC5 (or 0xBCDCC5) is known color: Edgewater. HEX triplet: BC, DC and C5. RGB value is (188,220,197). Sum of RGB (Red+Green+Blue) = 188+220+197=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCC5 is #43233A. Grayscale: #CFCFCF. Windows color (decimal): -4399931 or 12967100. OLE color: 12967100.
HSL color Cylindrical-coordinate representation of color #BCDCC5: hue angle of 136.88º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDCC5 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 197 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.14 |
| HSL | 136.88º | 0.31% | 0.8% | - |
| HSV(B) | 136.88º | 0.15% | 0.86% | - |
| XYZ | 56.41 | 65.91 | 62.57 | - |
| YUV | 207.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 197 | 0.15 | 0 | 0.10 | 0.14 | 136.88 | 0.31 | 0.8 |
| Hex | BC | DC | C5 | F | 0 | A | E | 89 | 1F | 50 |
| Octal | 274 | 334 | 305 | 17 | 0 | 12 | 16 | 211 | 37 | 120 |
| Binary | 10111100 | 11011100 | 11000101 | 1111 | 0 | 1010 | 1110 | 10001001 | 11111 | 1010000 |
Color Harmonies of #BCDCC5
Complementary color
Monochromatic Colors of #BCDCC5
Black with #BCDCC5
Text Example
Text Example
White with #BCDCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCC5; }
p { color: rgb(188,220,197); }
H1.HeaderClassName
{
color: #BCDCC5;
}
.AnyTagClassName
{
color: #BCDCC5;
}
</style>
background-color css
<style>
a { background-color: #BCDCC5; }
a { background-color: rgb(188,220,197); }
div.DivClassName
{
background-color: #BCDCC5;
}
.BgClassName
{
background-color: #BCDCC5;
}
</style>
border-color css
<style>
span { border-color: #BCDCC5; }
span { border-color: rgb(188,220,197); }
td.TdClassName
{
border-color: #BCDCC5;
}
.TagClassName
{
border-color: #BCDCC5;
}
</style>