Shades of Edgewater #BCDDC4
Tints of Edgewater #BCDDC4
RGB
CMYK
RGB Variations
Color information
#BCDDC4 (or 0xBCDDC4) is known color: Edgewater. HEX triplet: BC, DD and C4. RGB value is (188,221,196). Sum of RGB (Red+Green+Blue) = 188+221+196=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDC4 is #43223B. Grayscale: #D0D0D0. Windows color (decimal): -4399676 or 12901820. OLE color: 12901820.
HSL color Cylindrical-coordinate representation of color #BCDDC4: hue angle of 134.55º 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 #BCDDC4 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 196 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.13 |
| HSL | 134.55º | 0.33% | 0.8% | - |
| HSV(B) | 134.55º | 0.15% | 0.87% | - |
| XYZ | 56.56 | 66.39 | 62.06 | - |
| YUV | 208.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 196 | 0.15 | 0 | 0.11 | 0.13 | 134.55 | 0.33 | 0.8 |
| Hex | BC | DD | C4 | F | 0 | B | D | 87 | 21 | 50 |
| Octal | 274 | 335 | 304 | 17 | 0 | 13 | 15 | 207 | 41 | 120 |
| Binary | 10111100 | 11011101 | 11000100 | 1111 | 0 | 1011 | 1101 | 10000111 | 100001 | 1010000 |
Color Harmonies of #BCDDC4
Complementary color
Monochromatic Colors of #BCDDC4
Black with #BCDDC4
Text Example
Text Example
White with #BCDDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDC4; }
p { color: rgb(188,221,196); }
H1.HeaderClassName
{
color: #BCDDC4;
}
.AnyTagClassName
{
color: #BCDDC4;
}
</style>
background-color css
<style>
a { background-color: #BCDDC4; }
a { background-color: rgb(188,221,196); }
div.DivClassName
{
background-color: #BCDDC4;
}
.BgClassName
{
background-color: #BCDDC4;
}
</style>
border-color css
<style>
span { border-color: #BCDDC4; }
span { border-color: rgb(188,221,196); }
td.TdClassName
{
border-color: #BCDDC4;
}
.TagClassName
{
border-color: #BCDDC4;
}
</style>