#BAD5C2

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

Shades of Edgewater #BAD5C2

Tints of Edgewater #BAD5C2

Color information

#BAD5C2 (or 0xBAD5C2) is unknown color: approx Edgewater. HEX triplet: BA, D5 and C2. RGB value is (186,213,194). Sum of RGB (Red+Green+Blue) = 186+213+194=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD5C2 is #452A3D. Grayscale: #CACACA. Windows color (decimal): -4532798 or 12768698. OLE color: 12768698.

HSL color Cylindrical-coordinate representation of color #BAD5C2: hue angle of 137.78º degrees, saturation: 0.24, 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 #BAD5C2 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB186213194-
CMYK0.1300.090.16
HSL137.78º24.32%78.24%-
HSV(B)137.78º12.68%83.53%-
XYZ53.7861.9260.16-
YUV202.76123.05116.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.37%
GREEN value IS 213 (83.59% from 255) = 35.92%
BLUE value IS 194 (76.17% from 255) = 32.72%
R=31.37%
G=35.92%
B=32.72%

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
Decimal1862131940.1300.090.16137.7824.3278.24
HexBAD5C2D09108a184e
Octal272325302150112021230116
Binary1011101011010101110000101101010011000010001010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5C2; }

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

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

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

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

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

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

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

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