Shades of Edgewater #BADEC7
Tints of Edgewater #BADEC7
RGB
CMYK
RGB Variations
Color information
#BADEC7 (or 0xBADEC7) is known color: Edgewater. HEX triplet: BA, DE and C7. RGB value is (186,222,199). Sum of RGB (Red+Green+Blue) = 186+222+199=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEC7 is #452138. Grayscale: #D0D0D0. Windows color (decimal): -4530489 or 13098682. OLE color: 13098682.
HSL color Cylindrical-coordinate representation of color #BADEC7: hue angle of 141.67º degrees, saturation: 0.35, 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 #BADEC7 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 199 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.13 |
| HSL | 141.67º | 0.35% | 0.8% | - |
| HSV(B) | 141.67º | 0.16% | 0.87% | - |
| XYZ | 56.68 | 66.81 | 63.94 | - |
| YUV | 208.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 199 | 0.16 | 0 | 0.10 | 0.13 | 141.67 | 0.35 | 0.8 |
| Hex | BA | DE | C7 | 10 | 0 | A | D | 8E | 23 | 50 |
| Octal | 272 | 336 | 307 | 20 | 0 | 12 | 15 | 216 | 43 | 120 |
| Binary | 10111010 | 11011110 | 11000111 | 10000 | 0 | 1010 | 1101 | 10001110 | 100011 | 1010000 |
Color Harmonies of #BADEC7
Complementary color
Monochromatic Colors of #BADEC7
Black with #BADEC7
Text Example
Text Example
White with #BADEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEC7; }
p { color: rgb(186,222,199); }
H1.HeaderClassName
{
color: #BADEC7;
}
.AnyTagClassName
{
color: #BADEC7;
}
</style>
background-color css
<style>
a { background-color: #BADEC7; }
a { background-color: rgb(186,222,199); }
div.DivClassName
{
background-color: #BADEC7;
}
.BgClassName
{
background-color: #BADEC7;
}
</style>
border-color css
<style>
span { border-color: #BADEC7; }
span { border-color: rgb(186,222,199); }
td.TdClassName
{
border-color: #BADEC7;
}
.TagClassName
{
border-color: #BADEC7;
}
</style>