Shades of Edgewater #BADDC3
Tints of Edgewater #BADDC3
RGB
CMYK
RGB Variations
Color information
#BADDC3 (or 0xBADDC3) is known color: Edgewater. HEX triplet: BA, DD and C3. RGB value is (186,221,195). Sum of RGB (Red+Green+Blue) = 186+221+195=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDC3 is #45223C. Grayscale: #CFCFCF. Windows color (decimal): -4530749 or 12836282. OLE color: 12836282.
HSL color Cylindrical-coordinate representation of color #BADDC3: hue angle of 135.43º 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 #BADDC3 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 195 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.13 |
| HSL | 135.43º | 0.34% | 0.8% | - |
| HSV(B) | 135.43º | 0.16% | 0.87% | - |
| XYZ | 55.96 | 66.09 | 61.44 | - |
| YUV | 207.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 195 | 0.16 | 0 | 0.12 | 0.13 | 135.43 | 0.34 | 0.8 |
| Hex | BA | DD | C3 | 10 | 0 | C | D | 87 | 22 | 50 |
| Octal | 272 | 335 | 303 | 20 | 0 | 14 | 15 | 207 | 42 | 120 |
| Binary | 10111010 | 11011101 | 11000011 | 10000 | 0 | 1100 | 1101 | 10000111 | 100010 | 1010000 |
Color Harmonies of #BADDC3
Complementary color
Monochromatic Colors of #BADDC3
Black with #BADDC3
Text Example
Text Example
White with #BADDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDC3; }
p { color: rgb(186,221,195); }
H1.HeaderClassName
{
color: #BADDC3;
}
.AnyTagClassName
{
color: #BADDC3;
}
</style>
background-color css
<style>
a { background-color: #BADDC3; }
a { background-color: rgb(186,221,195); }
div.DivClassName
{
background-color: #BADDC3;
}
.BgClassName
{
background-color: #BADDC3;
}
</style>
border-color css
<style>
span { border-color: #BADDC3; }
span { border-color: rgb(186,221,195); }
td.TdClassName
{
border-color: #BADDC3;
}
.TagClassName
{
border-color: #BADDC3;
}
</style>