Shades of Edgewater #BCDFC3
Tints of Edgewater #BCDFC3
RGB
CMYK
RGB Variations
Color information
#BCDFC3 (or 0xBCDFC3) is known color: Edgewater. HEX triplet: BC, DF and C3. RGB value is (188,223,195). Sum of RGB (Red+Green+Blue) = 188+223+195=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFC3 is #43203C. Grayscale: #D1D1D1. Windows color (decimal): -4399165 or 12836796. OLE color: 12836796.
HSL color Cylindrical-coordinate representation of color #BCDFC3: hue angle of 132º 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 #BCDFC3 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 195 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.13 |
| HSL | 132º | 0.35% | 0.81% | - |
| HSV(B) | 132º | 0.16% | 0.87% | - |
| XYZ | 56.98 | 67.41 | 61.64 | - |
| YUV | 209.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 195 | 0.16 | 0 | 0.13 | 0.13 | 132 | 0.35 | 0.81 |
| Hex | BC | DF | C3 | 10 | 0 | D | D | 84 | 23 | 51 |
| Octal | 274 | 337 | 303 | 20 | 0 | 15 | 15 | 204 | 43 | 121 |
| Binary | 10111100 | 11011111 | 11000011 | 10000 | 0 | 1101 | 1101 | 10000100 | 100011 | 1010001 |
Color Harmonies of #BCDFC3
Complementary color
Monochromatic Colors of #BCDFC3
Black with #BCDFC3
Text Example
Text Example
White with #BCDFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFC3; }
p { color: rgb(188,223,195); }
H1.HeaderClassName
{
color: #BCDFC3;
}
.AnyTagClassName
{
color: #BCDFC3;
}
</style>
background-color css
<style>
a { background-color: #BCDFC3; }
a { background-color: rgb(188,223,195); }
div.DivClassName
{
background-color: #BCDFC3;
}
.BgClassName
{
background-color: #BCDFC3;
}
</style>
border-color css
<style>
span { border-color: #BCDFC3; }
span { border-color: rgb(188,223,195); }
td.TdClassName
{
border-color: #BCDFC3;
}
.TagClassName
{
border-color: #BCDFC3;
}
</style>