Shades of Edgewater #BAD7C2
Tints of Edgewater #BAD7C2
RGB
CMYK
RGB Variations
Color information
#BAD7C2 (or 0xBAD7C2) is known color: Edgewater. HEX triplet: BA, D7 and C2. RGB value is (186,215,194). Sum of RGB (Red+Green+Blue) = 186+215+194=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD7C2 is #45283D. Grayscale: #CBCBCB. Windows color (decimal): -4532286 or 12769210. OLE color: 12769210.
HSL color Cylindrical-coordinate representation of color #BAD7C2: hue angle of 136.55º 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 #BAD7C2 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 215 | 194 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.16 |
| HSL | 136.55º | 0.27% | 0.79% | - |
| HSV(B) | 136.55º | 0.13% | 0.84% | - |
| XYZ | 54.29 | 62.94 | 60.33 | - |
| YUV | 203.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 215 | 194 | 0.13 | 0 | 0.10 | 0.16 | 136.55 | 0.27 | 0.79 |
| Hex | BA | D7 | C2 | D | 0 | A | 10 | 89 | 1B | 4F |
| Octal | 272 | 327 | 302 | 15 | 0 | 12 | 20 | 211 | 33 | 117 |
| Binary | 10111010 | 11010111 | 11000010 | 1101 | 0 | 1010 | 10000 | 10001001 | 11011 | 1001111 |
Color Harmonies of #BAD7C2
Complementary color
Monochromatic Colors of #BAD7C2
Black with #BAD7C2
Text Example
Text Example
White with #BAD7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD7C2; }
p { color: rgb(186,215,194); }
H1.HeaderClassName
{
color: #BAD7C2;
}
.AnyTagClassName
{
color: #BAD7C2;
}
</style>
background-color css
<style>
a { background-color: #BAD7C2; }
a { background-color: rgb(186,215,194); }
div.DivClassName
{
background-color: #BAD7C2;
}
.BgClassName
{
background-color: #BAD7C2;
}
</style>
border-color css
<style>
span { border-color: #BAD7C2; }
span { border-color: rgb(186,215,194); }
td.TdClassName
{
border-color: #BAD7C2;
}
.TagClassName
{
border-color: #BAD7C2;
}
</style>