Shades of Edgewater #BAD9C0
Tints of Edgewater #BAD9C0
RGB
CMYK
RGB Variations
Color information
#BAD9C0 (or 0xBAD9C0) is known color: Edgewater. HEX triplet: BA, D9 and C0. RGB value is (186,217,192). Sum of RGB (Red+Green+Blue) = 186+217+192=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD9C0 is #45263F. Grayscale: #CCCCCC. Windows color (decimal): -4531776 or 12638650. OLE color: 12638650.
HSL color Cylindrical-coordinate representation of color #BAD9C0: hue angle of 131.61º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAD9C0 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 217 | 192 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.15 |
| HSL | 131.61º | 0.29% | 0.79% | - |
| HSV(B) | 131.61º | 0.14% | 0.85% | - |
| XYZ | 54.58 | 63.87 | 59.32 | - |
| YUV | 204.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 217 | 192 | 0.14 | 0 | 0.12 | 0.15 | 131.61 | 0.29 | 0.79 |
| Hex | BA | D9 | C0 | E | 0 | C | F | 84 | 1D | 4F |
| Octal | 272 | 331 | 300 | 16 | 0 | 14 | 17 | 204 | 35 | 117 |
| Binary | 10111010 | 11011001 | 11000000 | 1110 | 0 | 1100 | 1111 | 10000100 | 11101 | 1001111 |
Color Harmonies of #BAD9C0
Complementary color
Monochromatic Colors of #BAD9C0
Black with #BAD9C0
Text Example
Text Example
White with #BAD9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD9C0; }
p { color: rgb(186,217,192); }
H1.HeaderClassName
{
color: #BAD9C0;
}
.AnyTagClassName
{
color: #BAD9C0;
}
</style>
background-color css
<style>
a { background-color: #BAD9C0; }
a { background-color: rgb(186,217,192); }
div.DivClassName
{
background-color: #BAD9C0;
}
.BgClassName
{
background-color: #BAD9C0;
}
</style>
border-color css
<style>
span { border-color: #BAD9C0; }
span { border-color: rgb(186,217,192); }
td.TdClassName
{
border-color: #BAD9C0;
}
.TagClassName
{
border-color: #BAD9C0;
}
</style>