Shades of Edgewater #BCDAC2
Tints of Edgewater #BCDAC2
RGB
CMYK
RGB Variations
Color information
#BCDAC2 (or 0xBCDAC2) is known color: Edgewater. HEX triplet: BC, DA and C2. RGB value is (188,218,194). Sum of RGB (Red+Green+Blue) = 188+218+194=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAC2 is #43253D. Grayscale: #CECECE. Windows color (decimal): -4400446 or 12769980. OLE color: 12769980.
HSL color Cylindrical-coordinate representation of color #BCDAC2: hue angle of 132º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDAC2 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 194 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.15 |
| HSL | 132º | 0.29% | 0.8% | - |
| HSV(B) | 132º | 0.14% | 0.85% | - |
| XYZ | 55.55 | 64.73 | 60.61 | - |
| YUV | 206.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 194 | 0.14 | 0 | 0.11 | 0.15 | 132 | 0.29 | 0.8 |
| Hex | BC | DA | C2 | E | 0 | B | F | 84 | 1D | 50 |
| Octal | 274 | 332 | 302 | 16 | 0 | 13 | 17 | 204 | 35 | 120 |
| Binary | 10111100 | 11011010 | 11000010 | 1110 | 0 | 1011 | 1111 | 10000100 | 11101 | 1010000 |
Color Harmonies of #BCDAC2
Complementary color
Monochromatic Colors of #BCDAC2
Black with #BCDAC2
Text Example
Text Example
White with #BCDAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAC2; }
p { color: rgb(188,218,194); }
H1.HeaderClassName
{
color: #BCDAC2;
}
.AnyTagClassName
{
color: #BCDAC2;
}
</style>
background-color css
<style>
a { background-color: #BCDAC2; }
a { background-color: rgb(188,218,194); }
div.DivClassName
{
background-color: #BCDAC2;
}
.BgClassName
{
background-color: #BCDAC2;
}
</style>
border-color css
<style>
span { border-color: #BCDAC2; }
span { border-color: rgb(188,218,194); }
td.TdClassName
{
border-color: #BCDAC2;
}
.TagClassName
{
border-color: #BCDAC2;
}
</style>