Shades of Edgewater #BAD7C0
Tints of Edgewater #BAD7C0
RGB
CMYK
RGB Variations
Color information
#BAD7C0 (or 0xBAD7C0) is known color: Edgewater. HEX triplet: BA, D7 and C0. RGB value is (186,215,192). Sum of RGB (Red+Green+Blue) = 186+215+192=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 192 (75.39% from 255 or 32.38% from 593); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD7C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD7C0 is #45283F. Grayscale: #CBCBCB. Windows color (decimal): -4532288 or 12638138. OLE color: 12638138.
HSL color Cylindrical-coordinate representation of color #BAD7C0: hue angle of 132.41º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD7C0 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 215 | 192 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.16 |
| HSL | 132.41º | 0.27% | 0.79% | - |
| HSV(B) | 132.41º | 0.13% | 0.84% | - |
| XYZ | 54.06 | 62.85 | 59.15 | - |
| YUV | 203.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 215 | 192 | 0.13 | 0 | 0.11 | 0.16 | 132.41 | 0.27 | 0.79 |
| Hex | BA | D7 | C0 | D | 0 | B | 10 | 84 | 1B | 4F |
| Octal | 272 | 327 | 300 | 15 | 0 | 13 | 20 | 204 | 33 | 117 |
| Binary | 10111010 | 11010111 | 11000000 | 1101 | 0 | 1011 | 10000 | 10000100 | 11011 | 1001111 |
Color Harmonies of #BAD7C0
Complementary color
Monochromatic Colors of #BAD7C0
Black with #BAD7C0
Text Example
Text Example
White with #BAD7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD7C0; }
p { color: rgb(186,215,192); }
H1.HeaderClassName
{
color: #BAD7C0;
}
.AnyTagClassName
{
color: #BAD7C0;
}
</style>
background-color css
<style>
a { background-color: #BAD7C0; }
a { background-color: rgb(186,215,192); }
div.DivClassName
{
background-color: #BAD7C0;
}
.BgClassName
{
background-color: #BAD7C0;
}
</style>
border-color css
<style>
span { border-color: #BAD7C0; }
span { border-color: rgb(186,215,192); }
td.TdClassName
{
border-color: #BAD7C0;
}
.TagClassName
{
border-color: #BAD7C0;
}
</style>