Shades of Edgewater #BADAC4
Tints of Edgewater #BADAC4
RGB
CMYK
RGB Variations
Color information
#BADAC4 (or 0xBADAC4) is known color: Edgewater. HEX triplet: BA, DA and C4. RGB value is (186,218,196). Sum of RGB (Red+Green+Blue) = 186+218+196=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAC4 is #45253B. Grayscale: #CDCDCD. Windows color (decimal): -4531516 or 12901050. OLE color: 12901050.
HSL color Cylindrical-coordinate representation of color #BADAC4: hue angle of 138.75º 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 #BADAC4 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 196 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.15 |
| HSL | 138.75º | 0.3% | 0.79% | - |
| HSV(B) | 138.75º | 0.15% | 0.85% | - |
| XYZ | 55.28 | 64.57 | 61.77 | - |
| YUV | 205.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 196 | 0.15 | 0 | 0.10 | 0.15 | 138.75 | 0.3 | 0.79 |
| Hex | BA | DA | C4 | F | 0 | A | F | 8B | 1E | 4F |
| Octal | 272 | 332 | 304 | 17 | 0 | 12 | 17 | 213 | 36 | 117 |
| Binary | 10111010 | 11011010 | 11000100 | 1111 | 0 | 1010 | 1111 | 10001011 | 11110 | 1001111 |
Color Harmonies of #BADAC4
Complementary color
Monochromatic Colors of #BADAC4
Black with #BADAC4
Text Example
Text Example
White with #BADAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADAC4; }
p { color: rgb(186,218,196); }
H1.HeaderClassName
{
color: #BADAC4;
}
.AnyTagClassName
{
color: #BADAC4;
}
</style>
background-color css
<style>
a { background-color: #BADAC4; }
a { background-color: rgb(186,218,196); }
div.DivClassName
{
background-color: #BADAC4;
}
.BgClassName
{
background-color: #BADAC4;
}
</style>
border-color css
<style>
span { border-color: #BADAC4; }
span { border-color: rgb(186,218,196); }
td.TdClassName
{
border-color: #BADAC4;
}
.TagClassName
{
border-color: #BADAC4;
}
</style>