Shades of Edgewater #BADEC5
Tints of Edgewater #BADEC5
RGB
CMYK
RGB Variations
Color information
#BADEC5 (or 0xBADEC5) is known color: Edgewater. HEX triplet: BA, DE and C5. RGB value is (186,222,197). Sum of RGB (Red+Green+Blue) = 186+222+197=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEC5 is #45213A. Grayscale: #D0D0D0. Windows color (decimal): -4530491 or 12967610. OLE color: 12967610.
HSL color Cylindrical-coordinate representation of color #BADEC5: hue angle of 138.33º 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 #BADEC5 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 197 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.13 |
| HSL | 138.33º | 0.35% | 0.8% | - |
| HSV(B) | 138.33º | 0.16% | 0.87% | - |
| XYZ | 56.45 | 66.71 | 62.73 | - |
| YUV | 208.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 197 | 0.16 | 0 | 0.11 | 0.13 | 138.33 | 0.35 | 0.8 |
| Hex | BA | DE | C5 | 10 | 0 | B | D | 8A | 23 | 50 |
| Octal | 272 | 336 | 305 | 20 | 0 | 13 | 15 | 212 | 43 | 120 |
| Binary | 10111010 | 11011110 | 11000101 | 10000 | 0 | 1011 | 1101 | 10001010 | 100011 | 1010000 |
Color Harmonies of #BADEC5
Complementary color
Monochromatic Colors of #BADEC5
Black with #BADEC5
Text Example
Text Example
White with #BADEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADEC5; }
p { color: rgb(186,222,197); }
H1.HeaderClassName
{
color: #BADEC5;
}
.AnyTagClassName
{
color: #BADEC5;
}
</style>
background-color css
<style>
a { background-color: #BADEC5; }
a { background-color: rgb(186,222,197); }
div.DivClassName
{
background-color: #BADEC5;
}
.BgClassName
{
background-color: #BADEC5;
}
</style>
border-color css
<style>
span { border-color: #BADEC5; }
span { border-color: rgb(186,222,197); }
td.TdClassName
{
border-color: #BADEC5;
}
.TagClassName
{
border-color: #BADEC5;
}
</style>