Shades of Edgewater #BAD2C1
Tints of Edgewater #BAD2C1
RGB
CMYK
RGB Variations
Color information
#BAD2C1 (or 0xBAD2C1) is known color: Edgewater. HEX triplet: BA, D2 and C1. RGB value is (186,210,193). Sum of RGB (Red+Green+Blue) = 186+210+193=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD2C1 is #452D3E. Grayscale: #C8C8C8. Windows color (decimal): -4533567 or 12702394. OLE color: 12702394.
HSL color Cylindrical-coordinate representation of color #BAD2C1: hue angle of 137.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAD2C1 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 193 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.18 |
| HSL | 137.5º | 0.21% | 0.78% | - |
| HSV(B) | 137.5º | 0.11% | 0.82% | - |
| XYZ | 52.92 | 60.38 | 59.32 | - |
| YUV | 200.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 193 | 0.11 | 0 | 0.08 | 0.18 | 137.5 | 0.21 | 0.78 |
| Hex | BA | D2 | C1 | B | 0 | 8 | 12 | 8A | 15 | 4E |
| Octal | 272 | 322 | 301 | 13 | 0 | 10 | 22 | 212 | 25 | 116 |
| Binary | 10111010 | 11010010 | 11000001 | 1011 | 0 | 1000 | 10010 | 10001010 | 10101 | 1001110 |
Color Harmonies of #BAD2C1
Complementary color
Monochromatic Colors of #BAD2C1
Black with #BAD2C1
Text Example
Text Example
White with #BAD2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD2C1; }
p { color: rgb(186,210,193); }
H1.HeaderClassName
{
color: #BAD2C1;
}
.AnyTagClassName
{
color: #BAD2C1;
}
</style>
background-color css
<style>
a { background-color: #BAD2C1; }
a { background-color: rgb(186,210,193); }
div.DivClassName
{
background-color: #BAD2C1;
}
.BgClassName
{
background-color: #BAD2C1;
}
</style>
border-color css
<style>
span { border-color: #BAD2C1; }
span { border-color: rgb(186,210,193); }
td.TdClassName
{
border-color: #BAD2C1;
}
.TagClassName
{
border-color: #BAD2C1;
}
</style>