Shades of Edgewater #BADFC6
Tints of Edgewater #BADFC6
RGB
CMYK
RGB Variations
Color information
#BADFC6 (or 0xBADFC6) is known color: Edgewater. HEX triplet: BA, DF and C6. RGB value is (186,223,198). Sum of RGB (Red+Green+Blue) = 186+223+198=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFC6 is #452039. Grayscale: #D1D1D1. Windows color (decimal): -4530234 or 13033402. OLE color: 13033402.
HSL color Cylindrical-coordinate representation of color #BADFC6: hue angle of 139.46º 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 #BADFC6 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 198 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.13 |
| HSL | 139.46º | 0.37% | 0.8% | - |
| HSV(B) | 139.46º | 0.17% | 0.87% | - |
| XYZ | 56.83 | 67.29 | 63.42 | - |
| YUV | 209.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 198 | 0.17 | 0 | 0.11 | 0.13 | 139.46 | 0.37 | 0.8 |
| Hex | BA | DF | C6 | 11 | 0 | B | D | 8B | 25 | 50 |
| Octal | 272 | 337 | 306 | 21 | 0 | 13 | 15 | 213 | 45 | 120 |
| Binary | 10111010 | 11011111 | 11000110 | 10001 | 0 | 1011 | 1101 | 10001011 | 100101 | 1010000 |
Color Harmonies of #BADFC6
Complementary color
Monochromatic Colors of #BADFC6
Black with #BADFC6
Text Example
Text Example
White with #BADFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFC6; }
p { color: rgb(186,223,198); }
H1.HeaderClassName
{
color: #BADFC6;
}
.AnyTagClassName
{
color: #BADFC6;
}
</style>
background-color css
<style>
a { background-color: #BADFC6; }
a { background-color: rgb(186,223,198); }
div.DivClassName
{
background-color: #BADFC6;
}
.BgClassName
{
background-color: #BADFC6;
}
</style>
border-color css
<style>
span { border-color: #BADFC6; }
span { border-color: rgb(186,223,198); }
td.TdClassName
{
border-color: #BADFC6;
}
.TagClassName
{
border-color: #BADFC6;
}
</style>