Shades of Edgewater #BCDDC3
Tints of Edgewater #BCDDC3
RGB
CMYK
RGB Variations
Color information
#BCDDC3 (or 0xBCDDC3) is known color: Edgewater. HEX triplet: BC, DD and C3. RGB value is (188,221,195). Sum of RGB (Red+Green+Blue) = 188+221+195=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDC3 is #43223C. Grayscale: #D0D0D0. Windows color (decimal): -4399677 or 12836284. OLE color: 12836284.
HSL color Cylindrical-coordinate representation of color #BCDDC3: hue angle of 132.73º 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 #BCDDC3 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 195 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.13 |
| HSL | 132.73º | 0.33% | 0.8% | - |
| HSV(B) | 132.73º | 0.15% | 0.87% | - |
| XYZ | 56.45 | 66.34 | 61.46 | - |
| YUV | 208.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 195 | 0.15 | 0 | 0.12 | 0.13 | 132.73 | 0.33 | 0.8 |
| Hex | BC | DD | C3 | F | 0 | C | D | 85 | 21 | 50 |
| Octal | 274 | 335 | 303 | 17 | 0 | 14 | 15 | 205 | 41 | 120 |
| Binary | 10111100 | 11011101 | 11000011 | 1111 | 0 | 1100 | 1101 | 10000101 | 100001 | 1010000 |
Color Harmonies of #BCDDC3
Complementary color
Monochromatic Colors of #BCDDC3
Black with #BCDDC3
Text Example
Text Example
White with #BCDDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDC3; }
p { color: rgb(188,221,195); }
H1.HeaderClassName
{
color: #BCDDC3;
}
.AnyTagClassName
{
color: #BCDDC3;
}
</style>
background-color css
<style>
a { background-color: #BCDDC3; }
a { background-color: rgb(188,221,195); }
div.DivClassName
{
background-color: #BCDDC3;
}
.BgClassName
{
background-color: #BCDDC3;
}
</style>
border-color css
<style>
span { border-color: #BCDDC3; }
span { border-color: rgb(188,221,195); }
td.TdClassName
{
border-color: #BCDDC3;
}
.TagClassName
{
border-color: #BCDDC3;
}
</style>