Shades of Edgewater #BCDFC1
Tints of Edgewater #BCDFC1
RGB
CMYK
RGB Variations
Color information
#BCDFC1 (or 0xBCDFC1) is known color: Edgewater. HEX triplet: BC, DF and C1. RGB value is (188,223,193). Sum of RGB (Red+Green+Blue) = 188+223+193=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFC1 is #43203E. Grayscale: #D1D1D1. Windows color (decimal): -4399167 or 12705724. OLE color: 12705724.
HSL color Cylindrical-coordinate representation of color #BCDFC1: hue angle of 128.57º 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 #BCDFC1 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 193 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.13 |
| HSL | 128.57º | 0.35% | 0.81% | - |
| HSV(B) | 128.57º | 0.16% | 0.87% | - |
| XYZ | 56.75 | 67.32 | 60.45 | - |
| YUV | 209.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 193 | 0.16 | 0 | 0.13 | 0.13 | 128.57 | 0.35 | 0.81 |
| Hex | BC | DF | C1 | 10 | 0 | D | D | 81 | 23 | 51 |
| Octal | 274 | 337 | 301 | 20 | 0 | 15 | 15 | 201 | 43 | 121 |
| Binary | 10111100 | 11011111 | 11000001 | 10000 | 0 | 1101 | 1101 | 10000001 | 100011 | 1010001 |
Color Harmonies of #BCDFC1
Complementary color
Monochromatic Colors of #BCDFC1
Black with #BCDFC1
Text Example
Text Example
White with #BCDFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFC1; }
p { color: rgb(188,223,193); }
H1.HeaderClassName
{
color: #BCDFC1;
}
.AnyTagClassName
{
color: #BCDFC1;
}
</style>
background-color css
<style>
a { background-color: #BCDFC1; }
a { background-color: rgb(188,223,193); }
div.DivClassName
{
background-color: #BCDFC1;
}
.BgClassName
{
background-color: #BCDFC1;
}
</style>
border-color css
<style>
span { border-color: #BCDFC1; }
span { border-color: rgb(188,223,193); }
td.TdClassName
{
border-color: #BCDFC1;
}
.TagClassName
{
border-color: #BCDFC1;
}
</style>