Shades of Edgewater #BADAC3
Tints of Edgewater #BADAC3
RGB
CMYK
RGB Variations
Color information
#BADAC3 (or 0xBADAC3) is known color: Edgewater. HEX triplet: BA, DA and C3. RGB value is (186,218,195). Sum of RGB (Red+Green+Blue) = 186+218+195=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 195 (76.56% from 255 or 32.55% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAC3 is #45253C. Grayscale: #CDCDCD. Windows color (decimal): -4531517 or 12835514. OLE color: 12835514.
HSL color Cylindrical-coordinate representation of color #BADAC3: hue angle of 136.88º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADAC3 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 195 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.15 |
| HSL | 136.88º | 0.3% | 0.79% | - |
| HSV(B) | 136.88º | 0.15% | 0.85% | - |
| XYZ | 55.17 | 64.52 | 61.18 | - |
| YUV | 205.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 195 | 0.15 | 0 | 0.11 | 0.15 | 136.88 | 0.3 | 0.79 |
| Hex | BA | DA | C3 | F | 0 | B | F | 89 | 1E | 4F |
| Octal | 272 | 332 | 303 | 17 | 0 | 13 | 17 | 211 | 36 | 117 |
| Binary | 10111010 | 11011010 | 11000011 | 1111 | 0 | 1011 | 1111 | 10001001 | 11110 | 1001111 |
Color Harmonies of #BADAC3
Complementary color
Monochromatic Colors of #BADAC3
Black with #BADAC3
Text Example
Text Example
White with #BADAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADAC3; }
p { color: rgb(186,218,195); }
H1.HeaderClassName
{
color: #BADAC3;
}
.AnyTagClassName
{
color: #BADAC3;
}
</style>
background-color css
<style>
a { background-color: #BADAC3; }
a { background-color: rgb(186,218,195); }
div.DivClassName
{
background-color: #BADAC3;
}
.BgClassName
{
background-color: #BADAC3;
}
</style>
border-color css
<style>
span { border-color: #BADAC3; }
span { border-color: rgb(186,218,195); }
td.TdClassName
{
border-color: #BADAC3;
}
.TagClassName
{
border-color: #BADAC3;
}
</style>