#BAD9C4

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

Shades of Edgewater #BAD9C4

Tints of Edgewater #BAD9C4

Color information

#BAD9C4 (or 0xBAD9C4) is unknown color: approx Edgewater. HEX triplet: BA, D9 and C4. RGB value is (186,217,196). Sum of RGB (Red+Green+Blue) = 186+217+196=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD9C4 is #45263B. Grayscale: #CDCDCD. Windows color (decimal): -4531772 or 12900794. OLE color: 12900794.

HSL color Cylindrical-coordinate representation of color #BAD9C4: hue angle of 139.35º 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 #BAD9C4 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB186217196-
CMYK0.1400.100.15
HSL139.35º28.97%79.02%-
HSV(B)139.35º14.29%85.1%-
XYZ55.0364.0561.69-
YUV205.34122.73114.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 217 (85.16% from 255) = 36.23%
BLUE value IS 196 (76.95% from 255) = 32.72%
R=31.05%
G=36.23%
B=32.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862171960.1400.100.15139.3528.9779.02
HexBAD9C4E0AF8b1d4f
Octal272331304160121721335117
Binary101110101101100111000100111001010111110001011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9C4; }

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

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

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

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

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

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

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

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