Shades of Edgewater #BCDFC6
Tints of Edgewater #BCDFC6
RGB
CMYK
RGB Variations
Color information
#BCDFC6 (or 0xBCDFC6) is known color: Edgewater. HEX triplet: BC, DF and C6. RGB value is (188,223,198). Sum of RGB (Red+Green+Blue) = 188+223+198=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFC6 is #432039. Grayscale: #D1D1D1. Windows color (decimal): -4399162 or 13033404. OLE color: 13033404.
HSL color Cylindrical-coordinate representation of color #BCDFC6: hue angle of 137.14º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFC6 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 198 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.13 |
| HSL | 137.14º | 0.35% | 0.81% | - |
| HSV(B) | 137.14º | 0.16% | 0.87% | - |
| XYZ | 57.32 | 67.54 | 63.44 | - |
| YUV | 209.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 198 | 0.16 | 0 | 0.11 | 0.13 | 137.14 | 0.35 | 0.81 |
| Hex | BC | DF | C6 | 10 | 0 | B | D | 89 | 23 | 51 |
| Octal | 274 | 337 | 306 | 20 | 0 | 13 | 15 | 211 | 43 | 121 |
| Binary | 10111100 | 11011111 | 11000110 | 10000 | 0 | 1011 | 1101 | 10001001 | 100011 | 1010001 |
Color Harmonies of #BCDFC6
Complementary color
Monochromatic Colors of #BCDFC6
Black with #BCDFC6
Text Example
Text Example
White with #BCDFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFC6; }
p { color: rgb(188,223,198); }
H1.HeaderClassName
{
color: #BCDFC6;
}
.AnyTagClassName
{
color: #BCDFC6;
}
</style>
background-color css
<style>
a { background-color: #BCDFC6; }
a { background-color: rgb(188,223,198); }
div.DivClassName
{
background-color: #BCDFC6;
}
.BgClassName
{
background-color: #BCDFC6;
}
</style>
border-color css
<style>
span { border-color: #BCDFC6; }
span { border-color: rgb(188,223,198); }
td.TdClassName
{
border-color: #BCDFC6;
}
.TagClassName
{
border-color: #BCDFC6;
}
</style>