Shades of Edgewater #BADAC2
Tints of Edgewater #BADAC2
RGB
CMYK
RGB Variations
Color information
#BADAC2 (or 0xBADAC2) is known color: Edgewater. HEX triplet: BA, DA and C2. RGB value is (186,218,194). Sum of RGB (Red+Green+Blue) = 186+218+194=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAC2 is #45253D. Grayscale: #CDCDCD. Windows color (decimal): -4531518 or 12769978. OLE color: 12769978.
HSL color Cylindrical-coordinate representation of color #BADAC2: hue angle of 135º 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 #BADAC2 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 194 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.15 |
| HSL | 135º | 0.3% | 0.79% | - |
| HSV(B) | 135º | 0.15% | 0.85% | - |
| XYZ | 55.06 | 64.48 | 60.58 | - |
| YUV | 205.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 194 | 0.15 | 0 | 0.11 | 0.15 | 135 | 0.3 | 0.79 |
| Hex | BA | DA | C2 | F | 0 | B | F | 87 | 1E | 4F |
| Octal | 272 | 332 | 302 | 17 | 0 | 13 | 17 | 207 | 36 | 117 |
| Binary | 10111010 | 11011010 | 11000010 | 1111 | 0 | 1011 | 1111 | 10000111 | 11110 | 1001111 |
Color Harmonies of #BADAC2
Complementary color
Monochromatic Colors of #BADAC2
Black with #BADAC2
Text Example
Text Example
White with #BADAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADAC2; }
p { color: rgb(186,218,194); }
H1.HeaderClassName
{
color: #BADAC2;
}
.AnyTagClassName
{
color: #BADAC2;
}
</style>
background-color css
<style>
a { background-color: #BADAC2; }
a { background-color: rgb(186,218,194); }
div.DivClassName
{
background-color: #BADAC2;
}
.BgClassName
{
background-color: #BADAC2;
}
</style>
border-color css
<style>
span { border-color: #BADAC2; }
span { border-color: rgb(186,218,194); }
td.TdClassName
{
border-color: #BADAC2;
}
.TagClassName
{
border-color: #BADAC2;
}
</style>