Shades of Edgewater #BAD2C0
Tints of Edgewater #BAD2C0
RGB
CMYK
RGB Variations
Color information
#BAD2C0 (or 0xBAD2C0) is known color: Edgewater. HEX triplet: BA, D2 and C0. RGB value is (186,210,192). Sum of RGB (Red+Green+Blue) = 186+210+192=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 210 (82.42% from 255 or 35.71% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2C0 is #452D3F. Grayscale: #C8C8C8. Windows color (decimal): -4533568 or 12636858. OLE color: 12636858.
HSL color Cylindrical-coordinate representation of color #BAD2C0: hue angle of 135º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD2C0 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 192 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.18 |
| HSL | 135º | 0.21% | 0.78% | - |
| HSV(B) | 135º | 0.11% | 0.82% | - |
| XYZ | 52.81 | 60.34 | 58.73 | - |
| YUV | 200.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 192 | 0.11 | 0 | 0.09 | 0.18 | 135 | 0.21 | 0.78 |
| Hex | BA | D2 | C0 | B | 0 | 9 | 12 | 87 | 15 | 4E |
| Octal | 272 | 322 | 300 | 13 | 0 | 11 | 22 | 207 | 25 | 116 |
| Binary | 10111010 | 11010010 | 11000000 | 1011 | 0 | 1001 | 10010 | 10000111 | 10101 | 1001110 |
Color Harmonies of #BAD2C0
Complementary color
Monochromatic Colors of #BAD2C0
Black with #BAD2C0
Text Example
Text Example
White with #BAD2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2C0; }
p { color: rgb(186,210,192); }
H1.HeaderClassName
{
color: #BAD2C0;
}
.AnyTagClassName
{
color: #BAD2C0;
}
</style>
background-color css
<style>
a { background-color: #BAD2C0; }
a { background-color: rgb(186,210,192); }
div.DivClassName
{
background-color: #BAD2C0;
}
.BgClassName
{
background-color: #BAD2C0;
}
</style>
border-color css
<style>
span { border-color: #BAD2C0; }
span { border-color: rgb(186,210,192); }
td.TdClassName
{
border-color: #BAD2C0;
}
.TagClassName
{
border-color: #BAD2C0;
}
</style>