Shades of Edgewater #BADCC2
Tints of Edgewater #BADCC2
RGB
CMYK
RGB Variations
Color information
#BADCC2 (or 0xBADCC2) is known color: Edgewater. HEX triplet: BA, DC and C2. RGB value is (186,220,194). Sum of RGB (Red+Green+Blue) = 186+220+194=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCC2 is #45233D. Grayscale: #CECECE. Windows color (decimal): -4531006 or 12770490. OLE color: 12770490.
HSL color Cylindrical-coordinate representation of color #BADCC2: hue angle of 134.12º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADCC2 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 194 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.14 |
| HSL | 134.12º | 0.33% | 0.8% | - |
| HSV(B) | 134.12º | 0.15% | 0.86% | - |
| XYZ | 55.58 | 65.52 | 60.76 | - |
| YUV | 206.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 194 | 0.15 | 0 | 0.12 | 0.14 | 134.12 | 0.33 | 0.8 |
| Hex | BA | DC | C2 | F | 0 | C | E | 86 | 21 | 50 |
| Octal | 272 | 334 | 302 | 17 | 0 | 14 | 16 | 206 | 41 | 120 |
| Binary | 10111010 | 11011100 | 11000010 | 1111 | 0 | 1100 | 1110 | 10000110 | 100001 | 1010000 |
Color Harmonies of #BADCC2
Complementary color
Monochromatic Colors of #BADCC2
Black with #BADCC2
Text Example
Text Example
White with #BADCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCC2; }
p { color: rgb(186,220,194); }
H1.HeaderClassName
{
color: #BADCC2;
}
.AnyTagClassName
{
color: #BADCC2;
}
</style>
background-color css
<style>
a { background-color: #BADCC2; }
a { background-color: rgb(186,220,194); }
div.DivClassName
{
background-color: #BADCC2;
}
.BgClassName
{
background-color: #BADCC2;
}
</style>
border-color css
<style>
span { border-color: #BADCC2; }
span { border-color: rgb(186,220,194); }
td.TdClassName
{
border-color: #BADCC2;
}
.TagClassName
{
border-color: #BADCC2;
}
</style>