#BAD9C2

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

Shades of Edgewater #BAD9C2

Tints of Edgewater #BAD9C2

Color information

#BAD9C2 (or 0xBAD9C2) is unknown color: approx Edgewater. HEX triplet: BA, D9 and C2. RGB value is (186,217,194). Sum of RGB (Red+Green+Blue) = 186+217+194=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD9C2 is #45263D. Grayscale: #CDCDCD. Windows color (decimal): -4531774 or 12769722. OLE color: 12769722.

HSL color Cylindrical-coordinate representation of color #BAD9C2: hue angle of 135.48º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAD9C2 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB186217194-
CMYK0.1400.110.15
HSL135.48º28.97%79.02%-
HSV(B)135.48º14.29%85.1%-
XYZ54.863.9660.5-
YUV205.11121.73114.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 217 (85.16% from 255) = 36.35%
BLUE value IS 194 (76.17% from 255) = 32.50%
R=31.16%
G=36.35%
B=32.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862171940.1400.110.15135.4828.9779.02
HexBAD9C2E0BF871d4f
Octal272331302160131720735117
Binary101110101101100111000010111001011111110000111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9C2; }

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

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

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

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

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

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

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

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