Shades of Edgewater #BADFC3
Tints of Edgewater #BADFC3
RGB
CMYK
RGB Variations
Color information
#BADFC3 (or 0xBADFC3) is known color: Edgewater. HEX triplet: BA, DF and C3. RGB value is (186,223,195). Sum of RGB (Red+Green+Blue) = 186+223+195=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFC3 is #45203C. Grayscale: #D0D0D0. Windows color (decimal): -4530237 or 12836794. OLE color: 12836794.
HSL color Cylindrical-coordinate representation of color #BADFC3: hue angle of 134.59º 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 #BADFC3 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 195 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.13 |
| HSL | 134.59º | 0.37% | 0.8% | - |
| HSV(B) | 134.59º | 0.17% | 0.87% | - |
| XYZ | 56.49 | 67.15 | 61.61 | - |
| YUV | 208.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 195 | 0.17 | 0 | 0.13 | 0.13 | 134.59 | 0.37 | 0.8 |
| Hex | BA | DF | C3 | 11 | 0 | D | D | 87 | 25 | 50 |
| Octal | 272 | 337 | 303 | 21 | 0 | 15 | 15 | 207 | 45 | 120 |
| Binary | 10111010 | 11011111 | 11000011 | 10001 | 0 | 1101 | 1101 | 10000111 | 100101 | 1010000 |
Color Harmonies of #BADFC3
Complementary color
Monochromatic Colors of #BADFC3
Black with #BADFC3
Text Example
Text Example
White with #BADFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFC3; }
p { color: rgb(186,223,195); }
H1.HeaderClassName
{
color: #BADFC3;
}
.AnyTagClassName
{
color: #BADFC3;
}
</style>
background-color css
<style>
a { background-color: #BADFC3; }
a { background-color: rgb(186,223,195); }
div.DivClassName
{
background-color: #BADFC3;
}
.BgClassName
{
background-color: #BADFC3;
}
</style>
border-color css
<style>
span { border-color: #BADFC3; }
span { border-color: rgb(186,223,195); }
td.TdClassName
{
border-color: #BADFC3;
}
.TagClassName
{
border-color: #BADFC3;
}
</style>