#BAD5C3

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

Shades of Edgewater #BAD5C3

Tints of Edgewater #BAD5C3

Color information

#BAD5C3 (or 0xBAD5C3) is unknown color: approx Edgewater. HEX triplet: BA, D5 and C3. RGB value is (186,213,195). Sum of RGB (Red+Green+Blue) = 186+213+195=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD5C3 is #452A3C. Grayscale: #CACACA. Windows color (decimal): -4532797 or 12834234. OLE color: 12834234.

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

Color convert

RGB186213195-
CMYK0.1300.080.16
HSL140º24.32%78.24%-
HSV(B)140º12.68%83.53%-
XYZ53.8961.9760.75-
YUV202.87123.55115.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.31%
GREEN value IS 213 (83.59% from 255) = 35.86%
BLUE value IS 195 (76.56% from 255) = 32.83%
R=31.31%
G=35.86%
B=32.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862131950.1300.080.1614024.3278.24
HexBAD5C3D08108c184e
Octal272325303150102021430116
Binary1011101011010101110000111101010001000010001100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5C3; }

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

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

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

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

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

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

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

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