Shades of Edgewater #BAD8C0
Tints of Edgewater #BAD8C0
RGB
CMYK
RGB Variations
Color information
#BAD8C0 (or 0xBAD8C0) is known color: Edgewater. HEX triplet: BA, D8 and C0. RGB value is (186,216,192). Sum of RGB (Red+Green+Blue) = 186+216+192=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD8C0 is #45273F. Grayscale: #CCCCCC. Windows color (decimal): -4532032 or 12638394. OLE color: 12638394.
HSL color Cylindrical-coordinate representation of color #BAD8C0: hue angle of 132º degrees, saturation: 0.28, 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 #BAD8C0 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 216 | 192 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.15 |
| HSL | 132º | 0.28% | 0.79% | - |
| HSV(B) | 132º | 0.14% | 0.85% | - |
| XYZ | 54.32 | 63.36 | 59.24 | - |
| YUV | 204.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 216 | 192 | 0.14 | 0 | 0.11 | 0.15 | 132 | 0.28 | 0.79 |
| Hex | BA | D8 | C0 | E | 0 | B | F | 84 | 1C | 4F |
| Octal | 272 | 330 | 300 | 16 | 0 | 13 | 17 | 204 | 34 | 117 |
| Binary | 10111010 | 11011000 | 11000000 | 1110 | 0 | 1011 | 1111 | 10000100 | 11100 | 1001111 |
Color Harmonies of #BAD8C0
Complementary color
Monochromatic Colors of #BAD8C0
Black with #BAD8C0
Text Example
Text Example
White with #BAD8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD8C0; }
p { color: rgb(186,216,192); }
H1.HeaderClassName
{
color: #BAD8C0;
}
.AnyTagClassName
{
color: #BAD8C0;
}
</style>
background-color css
<style>
a { background-color: #BAD8C0; }
a { background-color: rgb(186,216,192); }
div.DivClassName
{
background-color: #BAD8C0;
}
.BgClassName
{
background-color: #BAD8C0;
}
</style>
border-color css
<style>
span { border-color: #BAD8C0; }
span { border-color: rgb(186,216,192); }
td.TdClassName
{
border-color: #BAD8C0;
}
.TagClassName
{
border-color: #BAD8C0;
}
</style>