Shades of Edgewater #BCDAC8
Tints of Edgewater #BCDAC8
RGB
CMYK
RGB Variations
Color information
#BCDAC8 (or 0xBCDAC8) is known color: Edgewater. HEX triplet: BC, DA and C8. RGB value is (188,218,200). Sum of RGB (Red+Green+Blue) = 188+218+200=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAC8 is #432537. Grayscale: #CFCFCF. Windows color (decimal): -4400440 or 13163196. OLE color: 13163196.
HSL color Cylindrical-coordinate representation of color #BCDAC8: hue angle of 144º 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 #BCDAC8 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 200 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.15 |
| HSL | 144º | 0.29% | 0.8% | - |
| HSV(B) | 144º | 0.14% | 0.85% | - |
| XYZ | 56.24 | 65 | 64.23 | - |
| YUV | 206.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 200 | 0.14 | 0 | 0.08 | 0.15 | 144 | 0.29 | 0.8 |
| Hex | BC | DA | C8 | E | 0 | 8 | F | 90 | 1D | 50 |
| Octal | 274 | 332 | 310 | 16 | 0 | 10 | 17 | 220 | 35 | 120 |
| Binary | 10111100 | 11011010 | 11001000 | 1110 | 0 | 1000 | 1111 | 10010000 | 11101 | 1010000 |
Color Harmonies of #BCDAC8
Complementary color
Monochromatic Colors of #BCDAC8
Black with #BCDAC8
Text Example
Text Example
White with #BCDAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAC8; }
p { color: rgb(188,218,200); }
H1.HeaderClassName
{
color: #BCDAC8;
}
.AnyTagClassName
{
color: #BCDAC8;
}
</style>
background-color css
<style>
a { background-color: #BCDAC8; }
a { background-color: rgb(188,218,200); }
div.DivClassName
{
background-color: #BCDAC8;
}
.BgClassName
{
background-color: #BCDAC8;
}
</style>
border-color css
<style>
span { border-color: #BCDAC8; }
span { border-color: rgb(188,218,200); }
td.TdClassName
{
border-color: #BCDAC8;
}
.TagClassName
{
border-color: #BCDAC8;
}
</style>