#BAD6C2

Color #BAD6C2 Edgewater (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edgewater #BAD6C2

Tints of Edgewater #BAD6C2

Color information

#BAD6C2 (or 0xBAD6C2) is unknown color: approx Edgewater. HEX triplet: BA, D6 and C2. RGB value is (186,214,194). Sum of RGB (Red+Green+Blue) = 186+214+194=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD6C2 is #45293D. Grayscale: #CBCBCB. Windows color (decimal): -4532542 or 12768954. OLE color: 12768954.

HSL color Cylindrical-coordinate representation of color #BAD6C2: hue angle of 137.14º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD6C2 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB186214194-
CMYK0.1300.090.16
HSL137.14º25.45%78.43%-
HSV(B)137.14º13.08%83.92%-
XYZ54.0362.4360.24-
YUV203.35122.72115.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 31.31%
GREEN value IS 214 (83.98% from 255) = 36.03%
BLUE value IS 194 (76.17% from 255) = 32.66%
R=31.31%
G=36.03%
B=32.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862141940.1300.090.16137.1425.4578.43
HexBAD6C2D091089194e
Octal272326302150112021131116
Binary1011101011010110110000101101010011000010001001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD6C2; }

 p { color: rgb(186,214,194); }

 H1.HeaderClassName
 {
   color: #BAD6C2;
 }
 .AnyTagClassName
 {
   color: #BAD6C2;
 }
</style>
background-color css

<style>
 a { background-color: #BAD6C2; }

 a { background-color: rgb(186,214,194); }

 div.DivClassName
 {
   background-color: #BAD6C2;
 }
 .BgClassName
 {
   background-color: #BAD6C2;
 }
</style>
border-color css

<style>
 span { border-color: #BAD6C2; }

 span { border-color: rgb(186,214,194); }

 td.TdClassName
 {
   border-color: #BAD6C2;
 }
 .TagClassName
 {
   border-color: #BAD6C2;
 }
</style>