Shades of Edgewater #BCCEC0
Tints of Edgewater #BCCEC0
RGB
CMYK
RGB Variations
Color information
#BCCEC0 (or 0xBCCEC0) is known color: Edgewater. HEX triplet: BC, CE and C0. RGB value is (188,206,192). Sum of RGB (Red+Green+Blue) = 188+206+192=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEC0 is #43313F. Grayscale: #C7C7C7. Windows color (decimal): -4403520 or 12635836. OLE color: 12635836.
HSL color Cylindrical-coordinate representation of color #BCCEC0: hue angle of 133.33º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCEC0 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 192 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.19 |
| HSL | 133.33º | 0.16% | 0.77% | - |
| HSV(B) | 133.33º | 0.09% | 0.81% | - |
| XYZ | 52.32 | 58.64 | 58.43 | - |
| YUV | 199.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 192 | 0.09 | 0 | 0.07 | 0.19 | 133.33 | 0.16 | 0.77 |
| Hex | BC | CE | C0 | 9 | 0 | 7 | 13 | 85 | 10 | 4D |
| Octal | 274 | 316 | 300 | 11 | 0 | 7 | 23 | 205 | 20 | 115 |
| Binary | 10111100 | 11001110 | 11000000 | 1001 | 0 | 111 | 10011 | 10000101 | 10000 | 1001101 |
Color Harmonies of #BCCEC0
Complementary color
Monochromatic Colors of #BCCEC0
Black with #BCCEC0
Text Example
Text Example
White with #BCCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEC0; }
p { color: rgb(188,206,192); }
H1.HeaderClassName
{
color: #BCCEC0;
}
.AnyTagClassName
{
color: #BCCEC0;
}
</style>
background-color css
<style>
a { background-color: #BCCEC0; }
a { background-color: rgb(188,206,192); }
div.DivClassName
{
background-color: #BCCEC0;
}
.BgClassName
{
background-color: #BCCEC0;
}
</style>
border-color css
<style>
span { border-color: #BCCEC0; }
span { border-color: rgb(188,206,192); }
td.TdClassName
{
border-color: #BCCEC0;
}
.TagClassName
{
border-color: #BCCEC0;
}
</style>