Shades of Edgewater #BCDFC4
Tints of Edgewater #BCDFC4
RGB
CMYK
RGB Variations
Color information
#BCDFC4 (or 0xBCDFC4) is known color: Edgewater. HEX triplet: BC, DF and C4. RGB value is (188,223,196). Sum of RGB (Red+Green+Blue) = 188+223+196=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFC4 is #43203B. Grayscale: #D1D1D1. Windows color (decimal): -4399164 or 12902332. OLE color: 12902332.
HSL color Cylindrical-coordinate representation of color #BCDFC4: hue angle of 133.71º 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 #BCDFC4 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 196 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.13 |
| HSL | 133.71º | 0.35% | 0.81% | - |
| HSV(B) | 133.71º | 0.16% | 0.87% | - |
| XYZ | 57.09 | 67.45 | 62.24 | - |
| YUV | 209.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 196 | 0.16 | 0 | 0.12 | 0.13 | 133.71 | 0.35 | 0.81 |
| Hex | BC | DF | C4 | 10 | 0 | C | D | 86 | 23 | 51 |
| Octal | 274 | 337 | 304 | 20 | 0 | 14 | 15 | 206 | 43 | 121 |
| Binary | 10111100 | 11011111 | 11000100 | 10000 | 0 | 1100 | 1101 | 10000110 | 100011 | 1010001 |
Color Harmonies of #BCDFC4
Complementary color
Monochromatic Colors of #BCDFC4
Black with #BCDFC4
Text Example
Text Example
White with #BCDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFC4; }
p { color: rgb(188,223,196); }
H1.HeaderClassName
{
color: #BCDFC4;
}
.AnyTagClassName
{
color: #BCDFC4;
}
</style>
background-color css
<style>
a { background-color: #BCDFC4; }
a { background-color: rgb(188,223,196); }
div.DivClassName
{
background-color: #BCDFC4;
}
.BgClassName
{
background-color: #BCDFC4;
}
</style>
border-color css
<style>
span { border-color: #BCDFC4; }
span { border-color: rgb(188,223,196); }
td.TdClassName
{
border-color: #BCDFC4;
}
.TagClassName
{
border-color: #BCDFC4;
}
</style>