Shades of Edgewater #BCCEC1
Tints of Edgewater #BCCEC1
RGB
CMYK
RGB Variations
Color information
#BCCEC1 (or 0xBCCEC1) is known color: Edgewater. HEX triplet: BC, CE and C1. RGB value is (188,206,193). Sum of RGB (Red+Green+Blue) = 188+206+193=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEC1 is #43313E. Grayscale: #C7C7C7. Windows color (decimal): -4403519 or 12701372. OLE color: 12701372.
HSL color Cylindrical-coordinate representation of color #BCCEC1: hue angle of 136.67º 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 #BCCEC1 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 193 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.19 |
| HSL | 136.67º | 0.16% | 0.77% | - |
| HSV(B) | 136.67º | 0.09% | 0.81% | - |
| XYZ | 52.44 | 58.68 | 59.02 | - |
| YUV | 199.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 193 | 0.09 | 0 | 0.06 | 0.19 | 136.67 | 0.16 | 0.77 |
| Hex | BC | CE | C1 | 9 | 0 | 6 | 13 | 89 | 10 | 4D |
| Octal | 274 | 316 | 301 | 11 | 0 | 6 | 23 | 211 | 20 | 115 |
| Binary | 10111100 | 11001110 | 11000001 | 1001 | 0 | 110 | 10011 | 10001001 | 10000 | 1001101 |
Color Harmonies of #BCCEC1
Complementary color
Monochromatic Colors of #BCCEC1
Black with #BCCEC1
Text Example
Text Example
White with #BCCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEC1; }
p { color: rgb(188,206,193); }
H1.HeaderClassName
{
color: #BCCEC1;
}
.AnyTagClassName
{
color: #BCCEC1;
}
</style>
background-color css
<style>
a { background-color: #BCCEC1; }
a { background-color: rgb(188,206,193); }
div.DivClassName
{
background-color: #BCCEC1;
}
.BgClassName
{
background-color: #BCCEC1;
}
</style>
border-color css
<style>
span { border-color: #BCCEC1; }
span { border-color: rgb(188,206,193); }
td.TdClassName
{
border-color: #BCCEC1;
}
.TagClassName
{
border-color: #BCCEC1;
}
</style>