Shades of Edgewater #BADBC3
Tints of Edgewater #BADBC3
RGB
CMYK
RGB Variations
Color information
#BADBC3 (or 0xBADBC3) is known color: Edgewater. HEX triplet: BA, DB and C3. RGB value is (186,219,195). Sum of RGB (Red+Green+Blue) = 186+219+195=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 195 (76.56% from 255 or 32.5% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBC3 is #45243C. Grayscale: #CECECE. Windows color (decimal): -4531261 or 12835770. OLE color: 12835770.
HSL color Cylindrical-coordinate representation of color #BADBC3: hue angle of 136.36º 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 #BADBC3 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 195 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.14 |
| HSL | 136.36º | 0.31% | 0.79% | - |
| HSV(B) | 136.36º | 0.15% | 0.86% | - |
| XYZ | 55.43 | 65.04 | 61.26 | - |
| YUV | 206.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 195 | 0.15 | 0 | 0.11 | 0.14 | 136.36 | 0.31 | 0.79 |
| Hex | BA | DB | C3 | F | 0 | B | E | 88 | 1F | 4F |
| Octal | 272 | 333 | 303 | 17 | 0 | 13 | 16 | 210 | 37 | 117 |
| Binary | 10111010 | 11011011 | 11000011 | 1111 | 0 | 1011 | 1110 | 10001000 | 11111 | 1001111 |
Color Harmonies of #BADBC3
Complementary color
Monochromatic Colors of #BADBC3
Black with #BADBC3
Text Example
Text Example
White with #BADBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBC3; }
p { color: rgb(186,219,195); }
H1.HeaderClassName
{
color: #BADBC3;
}
.AnyTagClassName
{
color: #BADBC3;
}
</style>
background-color css
<style>
a { background-color: #BADBC3; }
a { background-color: rgb(186,219,195); }
div.DivClassName
{
background-color: #BADBC3;
}
.BgClassName
{
background-color: #BADBC3;
}
</style>
border-color css
<style>
span { border-color: #BADBC3; }
span { border-color: rgb(186,219,195); }
td.TdClassName
{
border-color: #BADBC3;
}
.TagClassName
{
border-color: #BADBC3;
}
</style>