Shades of Edgewater #BAD6C0
Tints of Edgewater #BAD6C0
RGB
CMYK
RGB Variations
Color information
#BAD6C0 (or 0xBAD6C0) is known color: Edgewater. HEX triplet: BA, D6 and C0. RGB value is (186,214,192). Sum of RGB (Red+Green+Blue) = 186+214+192=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD6C0 is #45293F. Grayscale: #CBCBCB. Windows color (decimal): -4532544 or 12637882. OLE color: 12637882.
HSL color Cylindrical-coordinate representation of color #BAD6C0: hue angle of 132.86º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD6C0 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 214 | 192 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.16 |
| HSL | 132.86º | 0.25% | 0.78% | - |
| HSV(B) | 132.86º | 0.13% | 0.84% | - |
| XYZ | 53.81 | 62.34 | 59.07 | - |
| YUV | 203.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 192 | 0.13 | 0 | 0.10 | 0.16 | 132.86 | 0.25 | 0.78 |
| Hex | BA | D6 | C0 | D | 0 | A | 10 | 85 | 19 | 4E |
| Octal | 272 | 326 | 300 | 15 | 0 | 12 | 20 | 205 | 31 | 116 |
| Binary | 10111010 | 11010110 | 11000000 | 1101 | 0 | 1010 | 10000 | 10000101 | 11001 | 1001110 |
Color Harmonies of #BAD6C0
Complementary color
Monochromatic Colors of #BAD6C0
Black with #BAD6C0
Text Example
Text Example
White with #BAD6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD6C0; }
p { color: rgb(186,214,192); }
H1.HeaderClassName
{
color: #BAD6C0;
}
.AnyTagClassName
{
color: #BAD6C0;
}
</style>
background-color css
<style>
a { background-color: #BAD6C0; }
a { background-color: rgb(186,214,192); }
div.DivClassName
{
background-color: #BAD6C0;
}
.BgClassName
{
background-color: #BAD6C0;
}
</style>
border-color css
<style>
span { border-color: #BAD6C0; }
span { border-color: rgb(186,214,192); }
td.TdClassName
{
border-color: #BAD6C0;
}
.TagClassName
{
border-color: #BAD6C0;
}
</style>