Shades of Edgewater #BADDC6
Tints of Edgewater #BADDC6
RGB
CMYK
RGB Variations
Color information
#BADDC6 (or 0xBADDC6) is known color: Edgewater. HEX triplet: BA, DD and C6. RGB value is (186,221,198). Sum of RGB (Red+Green+Blue) = 186+221+198=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDC6 is #452239. Grayscale: #CFCFCF. Windows color (decimal): -4530746 or 13032890. OLE color: 13032890.
HSL color Cylindrical-coordinate representation of color #BADDC6: hue angle of 140.57º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADDC6 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 198 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.13 |
| HSL | 140.57º | 0.34% | 0.8% | - |
| HSV(B) | 140.57º | 0.16% | 0.87% | - |
| XYZ | 56.3 | 66.23 | 63.24 | - |
| YUV | 207.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 198 | 0.16 | 0 | 0.10 | 0.13 | 140.57 | 0.34 | 0.8 |
| Hex | BA | DD | C6 | 10 | 0 | A | D | 8D | 22 | 50 |
| Octal | 272 | 335 | 306 | 20 | 0 | 12 | 15 | 215 | 42 | 120 |
| Binary | 10111010 | 11011101 | 11000110 | 10000 | 0 | 1010 | 1101 | 10001101 | 100010 | 1010000 |
Color Harmonies of #BADDC6
Complementary color
Monochromatic Colors of #BADDC6
Black with #BADDC6
Text Example
Text Example
White with #BADDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDC6; }
p { color: rgb(186,221,198); }
H1.HeaderClassName
{
color: #BADDC6;
}
.AnyTagClassName
{
color: #BADDC6;
}
</style>
background-color css
<style>
a { background-color: #BADDC6; }
a { background-color: rgb(186,221,198); }
div.DivClassName
{
background-color: #BADDC6;
}
.BgClassName
{
background-color: #BADDC6;
}
</style>
border-color css
<style>
span { border-color: #BADDC6; }
span { border-color: rgb(186,221,198); }
td.TdClassName
{
border-color: #BADDC6;
}
.TagClassName
{
border-color: #BADDC6;
}
</style>