Shades of Edgewater #BADBC0
Tints of Edgewater #BADBC0
RGB
CMYK
RGB Variations
Color information
#BADBC0 (or 0xBADBC0) is known color: Edgewater. HEX triplet: BA, DB and C0. RGB value is (186,219,192). Sum of RGB (Red+Green+Blue) = 186+219+192=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBC0 is #45243F. Grayscale: #CECECE. Windows color (decimal): -4531264 or 12639162. OLE color: 12639162.
HSL color Cylindrical-coordinate representation of color #BADBC0: hue angle of 130.91º 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 #BADBC0 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 192 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.14 |
| HSL | 130.91º | 0.31% | 0.79% | - |
| HSV(B) | 130.91º | 0.15% | 0.86% | - |
| XYZ | 55.1 | 64.91 | 59.49 | - |
| YUV | 206.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 192 | 0.15 | 0 | 0.12 | 0.14 | 130.91 | 0.31 | 0.79 |
| Hex | BA | DB | C0 | F | 0 | C | E | 83 | 1F | 4F |
| Octal | 272 | 333 | 300 | 17 | 0 | 14 | 16 | 203 | 37 | 117 |
| Binary | 10111010 | 11011011 | 11000000 | 1111 | 0 | 1100 | 1110 | 10000011 | 11111 | 1001111 |
Color Harmonies of #BADBC0
Complementary color
Monochromatic Colors of #BADBC0
Black with #BADBC0
Text Example
Text Example
White with #BADBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBC0; }
p { color: rgb(186,219,192); }
H1.HeaderClassName
{
color: #BADBC0;
}
.AnyTagClassName
{
color: #BADBC0;
}
</style>
background-color css
<style>
a { background-color: #BADBC0; }
a { background-color: rgb(186,219,192); }
div.DivClassName
{
background-color: #BADBC0;
}
.BgClassName
{
background-color: #BADBC0;
}
</style>
border-color css
<style>
span { border-color: #BADBC0; }
span { border-color: rgb(186,219,192); }
td.TdClassName
{
border-color: #BADBC0;
}
.TagClassName
{
border-color: #BADBC0;
}
</style>