Shades of Edgewater #BAD7C1
Tints of Edgewater #BAD7C1
RGB
CMYK
RGB Variations
Color information
#BAD7C1 (or 0xBAD7C1) is known color: Edgewater. HEX triplet: BA, D7 and C1. RGB value is (186,215,193). Sum of RGB (Red+Green+Blue) = 186+215+193=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD7C1 is #45283E. Grayscale: #CBCBCB. Windows color (decimal): -4532287 or 12703674. OLE color: 12703674.
HSL color Cylindrical-coordinate representation of color #BAD7C1: hue angle of 134.48º 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 #BAD7C1 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 215 | 193 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.16 |
| HSL | 134.48º | 0.27% | 0.79% | - |
| HSV(B) | 134.48º | 0.13% | 0.84% | - |
| XYZ | 54.18 | 62.89 | 59.74 | - |
| YUV | 203.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 215 | 193 | 0.13 | 0 | 0.10 | 0.16 | 134.48 | 0.27 | 0.79 |
| Hex | BA | D7 | C1 | D | 0 | A | 10 | 86 | 1B | 4F |
| Octal | 272 | 327 | 301 | 15 | 0 | 12 | 20 | 206 | 33 | 117 |
| Binary | 10111010 | 11010111 | 11000001 | 1101 | 0 | 1010 | 10000 | 10000110 | 11011 | 1001111 |
Color Harmonies of #BAD7C1
Complementary color
Monochromatic Colors of #BAD7C1
Black with #BAD7C1
Text Example
Text Example
White with #BAD7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD7C1; }
p { color: rgb(186,215,193); }
H1.HeaderClassName
{
color: #BAD7C1;
}
.AnyTagClassName
{
color: #BAD7C1;
}
</style>
background-color css
<style>
a { background-color: #BAD7C1; }
a { background-color: rgb(186,215,193); }
div.DivClassName
{
background-color: #BAD7C1;
}
.BgClassName
{
background-color: #BAD7C1;
}
</style>
border-color css
<style>
span { border-color: #BAD7C1; }
span { border-color: rgb(186,215,193); }
td.TdClassName
{
border-color: #BAD7C1;
}
.TagClassName
{
border-color: #BAD7C1;
}
</style>