Shades of Edgewater #BAD1C0
Tints of Edgewater #BAD1C0
RGB
CMYK
RGB Variations
Color information
#BAD1C0 (or 0xBAD1C0) is known color: Edgewater. HEX triplet: BA, D1 and C0. RGB value is (186,209,192). Sum of RGB (Red+Green+Blue) = 186+209+192=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD1C0 is #452E3F. Grayscale: #C8C8C8. Windows color (decimal): -4533824 or 12636602. OLE color: 12636602.
HSL color Cylindrical-coordinate representation of color #BAD1C0: hue angle of 135.65º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD1C0 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 209 | 192 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.18 |
| HSL | 135.65º | 0.2% | 0.77% | - |
| HSV(B) | 135.65º | 0.11% | 0.82% | - |
| XYZ | 52.56 | 59.85 | 58.65 | - |
| YUV | 200.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 209 | 192 | 0.11 | 0 | 0.08 | 0.18 | 135.65 | 0.2 | 0.77 |
| Hex | BA | D1 | C0 | B | 0 | 8 | 12 | 88 | 14 | 4D |
| Octal | 272 | 321 | 300 | 13 | 0 | 10 | 22 | 210 | 24 | 115 |
| Binary | 10111010 | 11010001 | 11000000 | 1011 | 0 | 1000 | 10010 | 10001000 | 10100 | 1001101 |
Color Harmonies of #BAD1C0
Complementary color
Monochromatic Colors of #BAD1C0
Black with #BAD1C0
Text Example
Text Example
White with #BAD1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD1C0; }
p { color: rgb(186,209,192); }
H1.HeaderClassName
{
color: #BAD1C0;
}
.AnyTagClassName
{
color: #BAD1C0;
}
</style>
background-color css
<style>
a { background-color: #BAD1C0; }
a { background-color: rgb(186,209,192); }
div.DivClassName
{
background-color: #BAD1C0;
}
.BgClassName
{
background-color: #BAD1C0;
}
</style>
border-color css
<style>
span { border-color: #BAD1C0; }
span { border-color: rgb(186,209,192); }
td.TdClassName
{
border-color: #BAD1C0;
}
.TagClassName
{
border-color: #BAD1C0;
}
</style>