Shades of Edgewater #BCDAC5
Tints of Edgewater #BCDAC5
RGB
CMYK
RGB Variations
Color information
#BCDAC5 (or 0xBCDAC5) is known color: Edgewater. HEX triplet: BC, DA and C5. RGB value is (188,218,197). Sum of RGB (Red+Green+Blue) = 188+218+197=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAC5 is #43253A. Grayscale: #CECECE. Windows color (decimal): -4400443 or 12966588. OLE color: 12966588.
HSL color Cylindrical-coordinate representation of color #BCDAC5: hue angle of 138º 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 #BCDAC5 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 197 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.15 |
| HSL | 138º | 0.29% | 0.8% | - |
| HSV(B) | 138º | 0.14% | 0.85% | - |
| XYZ | 55.89 | 64.87 | 62.4 | - |
| YUV | 206.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 197 | 0.14 | 0 | 0.10 | 0.15 | 138 | 0.29 | 0.8 |
| Hex | BC | DA | C5 | E | 0 | A | F | 8A | 1D | 50 |
| Octal | 274 | 332 | 305 | 16 | 0 | 12 | 17 | 212 | 35 | 120 |
| Binary | 10111100 | 11011010 | 11000101 | 1110 | 0 | 1010 | 1111 | 10001010 | 11101 | 1010000 |
Color Harmonies of #BCDAC5
Complementary color
Monochromatic Colors of #BCDAC5
Black with #BCDAC5
Text Example
Text Example
White with #BCDAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAC5; }
p { color: rgb(188,218,197); }
H1.HeaderClassName
{
color: #BCDAC5;
}
.AnyTagClassName
{
color: #BCDAC5;
}
</style>
background-color css
<style>
a { background-color: #BCDAC5; }
a { background-color: rgb(188,218,197); }
div.DivClassName
{
background-color: #BCDAC5;
}
.BgClassName
{
background-color: #BCDAC5;
}
</style>
border-color css
<style>
span { border-color: #BCDAC5; }
span { border-color: rgb(188,218,197); }
td.TdClassName
{
border-color: #BCDAC5;
}
.TagClassName
{
border-color: #BCDAC5;
}
</style>