Shades of Edgewater #BADBC2
Tints of Edgewater #BADBC2
RGB
CMYK
RGB Variations
Color information
#BADBC2 (or 0xBADBC2) is known color: Edgewater. HEX triplet: BA, DB and C2. RGB value is (186,219,194). Sum of RGB (Red+Green+Blue) = 186+219+194=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBC2 is #45243D. Grayscale: #CECECE. Windows color (decimal): -4531262 or 12770234. OLE color: 12770234.
HSL color Cylindrical-coordinate representation of color #BADBC2: hue angle of 134.55º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADBC2 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 194 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.14 |
| HSL | 134.55º | 0.31% | 0.79% | - |
| HSV(B) | 134.55º | 0.15% | 0.86% | - |
| XYZ | 55.32 | 65 | 60.67 | - |
| YUV | 206.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 194 | 0.15 | 0 | 0.11 | 0.14 | 134.55 | 0.31 | 0.79 |
| Hex | BA | DB | C2 | F | 0 | B | E | 87 | 1F | 4F |
| Octal | 272 | 333 | 302 | 17 | 0 | 13 | 16 | 207 | 37 | 117 |
| Binary | 10111010 | 11011011 | 11000010 | 1111 | 0 | 1011 | 1110 | 10000111 | 11111 | 1001111 |
Color Harmonies of #BADBC2
Complementary color
Monochromatic Colors of #BADBC2
Black with #BADBC2
Text Example
Text Example
White with #BADBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBC2; }
p { color: rgb(186,219,194); }
H1.HeaderClassName
{
color: #BADBC2;
}
.AnyTagClassName
{
color: #BADBC2;
}
</style>
background-color css
<style>
a { background-color: #BADBC2; }
a { background-color: rgb(186,219,194); }
div.DivClassName
{
background-color: #BADBC2;
}
.BgClassName
{
background-color: #BADBC2;
}
</style>
border-color css
<style>
span { border-color: #BADBC2; }
span { border-color: rgb(186,219,194); }
td.TdClassName
{
border-color: #BADBC2;
}
.TagClassName
{
border-color: #BADBC2;
}
</style>