Shades of Edgewater #BAD4C0
Tints of Edgewater #BAD4C0
RGB
CMYK
RGB Variations
Color information
#BAD4C0 (or 0xBAD4C0) is known color: Edgewater. HEX triplet: BA, D4 and C0. RGB value is (186,212,192). Sum of RGB (Red+Green+Blue) = 186+212+192=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD4C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD4C0 is #452B3F. Grayscale: #CACACA. Windows color (decimal): -4533056 or 12637370. OLE color: 12637370.
HSL color Cylindrical-coordinate representation of color #BAD4C0: hue angle of 133.85º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAD4C0 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
RGB | 186 | 212 | 192 | - |
CMYK | 0.12 | 0 | 0.09 | 0.17 |
HSL | 133.85º | 0.23% | 0.78% | - |
HSV(B) | 133.85º | 0.12% | 0.83% | - |
XYZ | 53.31 | 61.33 | 58.9 | - |
YUV | 201.95 | 122.39 | 116.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 212 | 192 | 0.12 | 0 | 0.09 | 0.17 | 133.85 | 0.23 | 0.78 |
Hex | BA | D4 | C0 | C | 0 | 9 | 11 | 86 | 17 | 4E |
Octal | 272 | 324 | 300 | 14 | 0 | 11 | 21 | 206 | 27 | 116 |
Binary | 10111010 | 11010100 | 11000000 | 1100 | 0 | 1001 | 10001 | 10000110 | 10111 | 1001110 |
Color Harmonies of #BAD4C0
Complementary color
Monochromatic Colors of #BAD4C0
Black with #BAD4C0
Text Example
Text Example
White with #BAD4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD4C0; }
p { color: rgb(186,212,192); }
H1.HeaderClassName
{
color: #BAD4C0;
}
.AnyTagClassName
{
color: #BAD4C0;
}
</style>
background-color css
<style>
a { background-color: #BAD4C0; }
a { background-color: rgb(186,212,192); }
div.DivClassName
{
background-color: #BAD4C0;
}
.BgClassName
{
background-color: #BAD4C0;
}
</style>
border-color css
<style>
span { border-color: #BAD4C0; }
span { border-color: rgb(186,212,192); }
td.TdClassName
{
border-color: #BAD4C0;
}
.TagClassName
{
border-color: #BAD4C0;
}
</style>