Shades of Edgewater #BCCCC0
Tints of Edgewater #BCCCC0
RGB
CMYK
RGB Variations
Color information
#BCCCC0 (or 0xBCCCC0) is known color: Edgewater. HEX triplet: BC, CC and C0. RGB value is (188,204,192). Sum of RGB (Red+Green+Blue) = 188+204+192=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCC0 is #43333F. Grayscale: #C5C5C5. Windows color (decimal): -4404032 or 12635324. OLE color: 12635324.
HSL color Cylindrical-coordinate representation of color #BCCCC0: hue angle of 135º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCCCC0 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 192 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.2 |
| HSL | 135º | 0.14% | 0.77% | - |
| HSV(B) | 135º | 0.08% | 0.8% | - |
| XYZ | 51.85 | 57.68 | 58.27 | - |
| YUV | 197.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 192 | 0.08 | 0 | 0.06 | 0.2 | 135 | 0.14 | 0.77 |
| Hex | BC | CC | C0 | 8 | 0 | 6 | 14 | 87 | E | 4D |
| Octal | 274 | 314 | 300 | 10 | 0 | 6 | 24 | 207 | 16 | 115 |
| Binary | 10111100 | 11001100 | 11000000 | 1000 | 0 | 110 | 10100 | 10000111 | 1110 | 1001101 |
Color Harmonies of #BCCCC0
Complementary color
Monochromatic Colors of #BCCCC0
Black with #BCCCC0
Text Example
Text Example
White with #BCCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCC0; }
p { color: rgb(188,204,192); }
H1.HeaderClassName
{
color: #BCCCC0;
}
.AnyTagClassName
{
color: #BCCCC0;
}
</style>
background-color css
<style>
a { background-color: #BCCCC0; }
a { background-color: rgb(188,204,192); }
div.DivClassName
{
background-color: #BCCCC0;
}
.BgClassName
{
background-color: #BCCCC0;
}
</style>
border-color css
<style>
span { border-color: #BCCCC0; }
span { border-color: rgb(188,204,192); }
td.TdClassName
{
border-color: #BCCCC0;
}
.TagClassName
{
border-color: #BCCCC0;
}
</style>