Shades of Edgewater #BAD8C1
Tints of Edgewater #BAD8C1
RGB
CMYK
RGB Variations
Color information
#BAD8C1 (or 0xBAD8C1) is known color: Edgewater. HEX triplet: BA, D8 and C1. RGB value is (186,216,193). Sum of RGB (Red+Green+Blue) = 186+216+193=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD8C1 is #45273E. Grayscale: #CCCCCC. Windows color (decimal): -4532031 or 12703930. OLE color: 12703930.
HSL color Cylindrical-coordinate representation of color #BAD8C1: hue angle of 134º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAD8C1 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 216 | 193 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.15 |
| HSL | 134º | 0.28% | 0.79% | - |
| HSV(B) | 134º | 0.14% | 0.85% | - |
| XYZ | 54.43 | 63.4 | 59.82 | - |
| YUV | 204.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 216 | 193 | 0.14 | 0 | 0.11 | 0.15 | 134 | 0.28 | 0.79 |
| Hex | BA | D8 | C1 | E | 0 | B | F | 86 | 1C | 4F |
| Octal | 272 | 330 | 301 | 16 | 0 | 13 | 17 | 206 | 34 | 117 |
| Binary | 10111010 | 11011000 | 11000001 | 1110 | 0 | 1011 | 1111 | 10000110 | 11100 | 1001111 |
Color Harmonies of #BAD8C1
Complementary color
Monochromatic Colors of #BAD8C1
Black with #BAD8C1
Text Example
Text Example
White with #BAD8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD8C1; }
p { color: rgb(186,216,193); }
H1.HeaderClassName
{
color: #BAD8C1;
}
.AnyTagClassName
{
color: #BAD8C1;
}
</style>
background-color css
<style>
a { background-color: #BAD8C1; }
a { background-color: rgb(186,216,193); }
div.DivClassName
{
background-color: #BAD8C1;
}
.BgClassName
{
background-color: #BAD8C1;
}
</style>
border-color css
<style>
span { border-color: #BAD8C1; }
span { border-color: rgb(186,216,193); }
td.TdClassName
{
border-color: #BAD8C1;
}
.TagClassName
{
border-color: #BAD8C1;
}
</style>