Shades of Edgewater #BCDDC2
Tints of Edgewater #BCDDC2
RGB
CMYK
RGB Variations
Color information
#BCDDC2 (or 0xBCDDC2) is known color: Edgewater. HEX triplet: BC, DD and C2. RGB value is (188,221,194). Sum of RGB (Red+Green+Blue) = 188+221+194=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDC2 is #43223D. Grayscale: #D0D0D0. Windows color (decimal): -4399678 or 12770748. OLE color: 12770748.
HSL color Cylindrical-coordinate representation of color #BCDDC2: hue angle of 130.91º 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 #BCDDC2 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 194 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.13 |
| HSL | 130.91º | 0.33% | 0.8% | - |
| HSV(B) | 130.91º | 0.15% | 0.87% | - |
| XYZ | 56.33 | 66.3 | 60.87 | - |
| YUV | 208.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 194 | 0.15 | 0 | 0.12 | 0.13 | 130.91 | 0.33 | 0.8 |
| Hex | BC | DD | C2 | F | 0 | C | D | 83 | 21 | 50 |
| Octal | 274 | 335 | 302 | 17 | 0 | 14 | 15 | 203 | 41 | 120 |
| Binary | 10111100 | 11011101 | 11000010 | 1111 | 0 | 1100 | 1101 | 10000011 | 100001 | 1010000 |
Color Harmonies of #BCDDC2
Complementary color
Monochromatic Colors of #BCDDC2
Black with #BCDDC2
Text Example
Text Example
White with #BCDDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDC2; }
p { color: rgb(188,221,194); }
H1.HeaderClassName
{
color: #BCDDC2;
}
.AnyTagClassName
{
color: #BCDDC2;
}
</style>
background-color css
<style>
a { background-color: #BCDDC2; }
a { background-color: rgb(188,221,194); }
div.DivClassName
{
background-color: #BCDDC2;
}
.BgClassName
{
background-color: #BCDDC2;
}
</style>
border-color css
<style>
span { border-color: #BCDDC2; }
span { border-color: rgb(188,221,194); }
td.TdClassName
{
border-color: #BCDDC2;
}
.TagClassName
{
border-color: #BCDDC2;
}
</style>