Shades of Edgewater #BADBC1
Tints of Edgewater #BADBC1
RGB
CMYK
RGB Variations
Color information
#BADBC1 (or 0xBADBC1) is known color: Edgewater. HEX triplet: BA, DB and C1. RGB value is (186,219,193). Sum of RGB (Red+Green+Blue) = 186+219+193=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBC1 is #45243E. Grayscale: #CECECE. Windows color (decimal): -4531263 or 12704698. OLE color: 12704698.
HSL color Cylindrical-coordinate representation of color #BADBC1: hue angle of 132.73º 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 #BADBC1 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 193 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.14 |
| HSL | 132.73º | 0.31% | 0.79% | - |
| HSV(B) | 132.73º | 0.15% | 0.86% | - |
| XYZ | 55.21 | 64.95 | 60.08 | - |
| YUV | 206.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 193 | 0.15 | 0 | 0.12 | 0.14 | 132.73 | 0.31 | 0.79 |
| Hex | BA | DB | C1 | F | 0 | C | E | 85 | 1F | 4F |
| Octal | 272 | 333 | 301 | 17 | 0 | 14 | 16 | 205 | 37 | 117 |
| Binary | 10111010 | 11011011 | 11000001 | 1111 | 0 | 1100 | 1110 | 10000101 | 11111 | 1001111 |
Color Harmonies of #BADBC1
Complementary color
Monochromatic Colors of #BADBC1
Black with #BADBC1
Text Example
Text Example
White with #BADBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBC1; }
p { color: rgb(186,219,193); }
H1.HeaderClassName
{
color: #BADBC1;
}
.AnyTagClassName
{
color: #BADBC1;
}
</style>
background-color css
<style>
a { background-color: #BADBC1; }
a { background-color: rgb(186,219,193); }
div.DivClassName
{
background-color: #BADBC1;
}
.BgClassName
{
background-color: #BADBC1;
}
</style>
border-color css
<style>
span { border-color: #BADBC1; }
span { border-color: rgb(186,219,193); }
td.TdClassName
{
border-color: #BADBC1;
}
.TagClassName
{
border-color: #BADBC1;
}
</style>