Shades of Edgewater #BADBC5
Tints of Edgewater #BADBC5
RGB
CMYK
RGB Variations
Color information
#BADBC5 (or 0xBADBC5) is known color: Edgewater. HEX triplet: BA, DB and C5. RGB value is (186,219,197). Sum of RGB (Red+Green+Blue) = 186+219+197=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBC5 is #45243A. Grayscale: #CECECE. Windows color (decimal): -4531259 or 12966842. OLE color: 12966842.
HSL color Cylindrical-coordinate representation of color #BADBC5: hue angle of 140º 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 #BADBC5 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 197 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.14 |
| HSL | 140º | 0.31% | 0.79% | - |
| HSV(B) | 140º | 0.15% | 0.86% | - |
| XYZ | 55.66 | 65.13 | 62.46 | - |
| YUV | 206.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 197 | 0.15 | 0 | 0.10 | 0.14 | 140 | 0.31 | 0.79 |
| Hex | BA | DB | C5 | F | 0 | A | E | 8C | 1F | 4F |
| Octal | 272 | 333 | 305 | 17 | 0 | 12 | 16 | 214 | 37 | 117 |
| Binary | 10111010 | 11011011 | 11000101 | 1111 | 0 | 1010 | 1110 | 10001100 | 11111 | 1001111 |
Color Harmonies of #BADBC5
Complementary color
Monochromatic Colors of #BADBC5
Black with #BADBC5
Text Example
Text Example
White with #BADBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBC5; }
p { color: rgb(186,219,197); }
H1.HeaderClassName
{
color: #BADBC5;
}
.AnyTagClassName
{
color: #BADBC5;
}
</style>
background-color css
<style>
a { background-color: #BADBC5; }
a { background-color: rgb(186,219,197); }
div.DivClassName
{
background-color: #BADBC5;
}
.BgClassName
{
background-color: #BADBC5;
}
</style>
border-color css
<style>
span { border-color: #BADBC5; }
span { border-color: rgb(186,219,197); }
td.TdClassName
{
border-color: #BADBC5;
}
.TagClassName
{
border-color: #BADBC5;
}
</style>