Shades of Edgewater #BADAC0
Tints of Edgewater #BADAC0
RGB
CMYK
RGB Variations
Color information
#BADAC0 (or 0xBADAC0) is known color: Edgewater. HEX triplet: BA, DA and C0. RGB value is (186,218,192). Sum of RGB (Red+Green+Blue) = 186+218+192=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAC0 is #45253F. Grayscale: #CDCDCD. Windows color (decimal): -4531520 or 12638906. OLE color: 12638906.
HSL color Cylindrical-coordinate representation of color #BADAC0: hue angle of 131.25º 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 #BADAC0 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 192 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.15 |
| HSL | 131.25º | 0.3% | 0.79% | - |
| HSV(B) | 131.25º | 0.15% | 0.85% | - |
| XYZ | 54.84 | 64.39 | 59.41 | - |
| YUV | 205.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 192 | 0.15 | 0 | 0.12 | 0.15 | 131.25 | 0.3 | 0.79 |
| Hex | BA | DA | C0 | F | 0 | C | F | 83 | 1E | 4F |
| Octal | 272 | 332 | 300 | 17 | 0 | 14 | 17 | 203 | 36 | 117 |
| Binary | 10111010 | 11011010 | 11000000 | 1111 | 0 | 1100 | 1111 | 10000011 | 11110 | 1001111 |
Color Harmonies of #BADAC0
Complementary color
Monochromatic Colors of #BADAC0
Black with #BADAC0
Text Example
Text Example
White with #BADAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADAC0; }
p { color: rgb(186,218,192); }
H1.HeaderClassName
{
color: #BADAC0;
}
.AnyTagClassName
{
color: #BADAC0;
}
</style>
background-color css
<style>
a { background-color: #BADAC0; }
a { background-color: rgb(186,218,192); }
div.DivClassName
{
background-color: #BADAC0;
}
.BgClassName
{
background-color: #BADAC0;
}
</style>
border-color css
<style>
span { border-color: #BADAC0; }
span { border-color: rgb(186,218,192); }
td.TdClassName
{
border-color: #BADAC0;
}
.TagClassName
{
border-color: #BADAC0;
}
</style>