Shades of Edgewater #BCDDC5
Tints of Edgewater #BCDDC5
RGB
CMYK
RGB Variations
Color information
#BCDDC5 (or 0xBCDDC5) is known color: Edgewater. HEX triplet: BC, DD and C5. RGB value is (188,221,197). Sum of RGB (Red+Green+Blue) = 188+221+197=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDC5 is #43223A. Grayscale: #D0D0D0. Windows color (decimal): -4399675 or 12967356. OLE color: 12967356.
HSL color Cylindrical-coordinate representation of color #BCDDC5: hue angle of 136.36º 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 #BCDDC5 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 197 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.13 |
| HSL | 136.36º | 0.33% | 0.8% | - |
| HSV(B) | 136.36º | 0.15% | 0.87% | - |
| XYZ | 56.67 | 66.44 | 62.66 | - |
| YUV | 208.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 197 | 0.15 | 0 | 0.11 | 0.13 | 136.36 | 0.33 | 0.8 |
| Hex | BC | DD | C5 | F | 0 | B | D | 88 | 21 | 50 |
| Octal | 274 | 335 | 305 | 17 | 0 | 13 | 15 | 210 | 41 | 120 |
| Binary | 10111100 | 11011101 | 11000101 | 1111 | 0 | 1011 | 1101 | 10001000 | 100001 | 1010000 |
Color Harmonies of #BCDDC5
Complementary color
Monochromatic Colors of #BCDDC5
Black with #BCDDC5
Text Example
Text Example
White with #BCDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDC5; }
p { color: rgb(188,221,197); }
H1.HeaderClassName
{
color: #BCDDC5;
}
.AnyTagClassName
{
color: #BCDDC5;
}
</style>
background-color css
<style>
a { background-color: #BCDDC5; }
a { background-color: rgb(188,221,197); }
div.DivClassName
{
background-color: #BCDDC5;
}
.BgClassName
{
background-color: #BCDDC5;
}
</style>
border-color css
<style>
span { border-color: #BCDDC5; }
span { border-color: rgb(188,221,197); }
td.TdClassName
{
border-color: #BCDDC5;
}
.TagClassName
{
border-color: #BCDDC5;
}
</style>