Shades of Edgewater #BADEC4
Tints of Edgewater #BADEC4
RGB
CMYK
RGB Variations
Color information
#BADEC4 (or 0xBADEC4) is known color: Edgewater. HEX triplet: BA, DE and C4. RGB value is (186,222,196). Sum of RGB (Red+Green+Blue) = 186+222+196=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEC4 is #45213B. Grayscale: #D0D0D0. Windows color (decimal): -4530492 or 12902074. OLE color: 12902074.
HSL color Cylindrical-coordinate representation of color #BADEC4: hue angle of 136.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 #BADEC4 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 196 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.13 |
| HSL | 136.67º | 0.35% | 0.8% | - |
| HSV(B) | 136.67º | 0.16% | 0.87% | - |
| XYZ | 56.33 | 66.67 | 62.12 | - |
| YUV | 208.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 196 | 0.16 | 0 | 0.12 | 0.13 | 136.67 | 0.35 | 0.8 |
| Hex | BA | DE | C4 | 10 | 0 | C | D | 89 | 23 | 50 |
| Octal | 272 | 336 | 304 | 20 | 0 | 14 | 15 | 211 | 43 | 120 |
| Binary | 10111010 | 11011110 | 11000100 | 10000 | 0 | 1100 | 1101 | 10001001 | 100011 | 1010000 |
Color Harmonies of #BADEC4
Complementary color
Monochromatic Colors of #BADEC4
Black with #BADEC4
Text Example
Text Example
White with #BADEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEC4; }
p { color: rgb(186,222,196); }
H1.HeaderClassName
{
color: #BADEC4;
}
.AnyTagClassName
{
color: #BADEC4;
}
</style>
background-color css
<style>
a { background-color: #BADEC4; }
a { background-color: rgb(186,222,196); }
div.DivClassName
{
background-color: #BADEC4;
}
.BgClassName
{
background-color: #BADEC4;
}
</style>
border-color css
<style>
span { border-color: #BADEC4; }
span { border-color: rgb(186,222,196); }
td.TdClassName
{
border-color: #BADEC4;
}
.TagClassName
{
border-color: #BADEC4;
}
</style>