Shades of Edgewater #BADFC5
Tints of Edgewater #BADFC5
RGB
CMYK
RGB Variations
Color information
#BADFC5 (or 0xBADFC5) is known color: Edgewater. HEX triplet: BA, DF and C5. RGB value is (186,223,197). Sum of RGB (Red+Green+Blue) = 186+223+197=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFC5 is #45203A. Grayscale: #D1D1D1. Windows color (decimal): -4530235 or 12967866. OLE color: 12967866.
HSL color Cylindrical-coordinate representation of color #BADFC5: hue angle of 137.84º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADFC5 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 197 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.13 |
| HSL | 137.84º | 0.37% | 0.8% | - |
| HSV(B) | 137.84º | 0.17% | 0.87% | - |
| XYZ | 56.72 | 67.25 | 62.81 | - |
| YUV | 208.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 197 | 0.17 | 0 | 0.12 | 0.13 | 137.84 | 0.37 | 0.8 |
| Hex | BA | DF | C5 | 11 | 0 | C | D | 8A | 25 | 50 |
| Octal | 272 | 337 | 305 | 21 | 0 | 14 | 15 | 212 | 45 | 120 |
| Binary | 10111010 | 11011111 | 11000101 | 10001 | 0 | 1100 | 1101 | 10001010 | 100101 | 1010000 |
Color Harmonies of #BADFC5
Complementary color
Monochromatic Colors of #BADFC5
Black with #BADFC5
Text Example
Text Example
White with #BADFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFC5; }
p { color: rgb(186,223,197); }
H1.HeaderClassName
{
color: #BADFC5;
}
.AnyTagClassName
{
color: #BADFC5;
}
</style>
background-color css
<style>
a { background-color: #BADFC5; }
a { background-color: rgb(186,223,197); }
div.DivClassName
{
background-color: #BADFC5;
}
.BgClassName
{
background-color: #BADFC5;
}
</style>
border-color css
<style>
span { border-color: #BADFC5; }
span { border-color: rgb(186,223,197); }
td.TdClassName
{
border-color: #BADFC5;
}
.TagClassName
{
border-color: #BADFC5;
}
</style>