#BAD9C6

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

Shades of Edgewater #BAD9C6

Tints of Edgewater #BAD9C6

Color information

#BAD9C6 (or 0xBAD9C6) is unknown color: approx Edgewater. HEX triplet: BA, D9 and C6. RGB value is (186,217,198). Sum of RGB (Red+Green+Blue) = 186+217+198=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD9C6 is #452639. Grayscale: #CDCDCD. Windows color (decimal): -4531770 or 13031866. OLE color: 13031866.

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

Color convert

RGB186217198-
CMYK0.1400.090.15
HSL143.23º28.97%79.02%-
HSV(B)143.23º14.29%85.1%-
XYZ55.2664.1462.89-
YUV205.56123.73114.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 217 (85.16% from 255) = 36.11%
BLUE value IS 198 (77.73% from 255) = 32.95%
R=30.95%
G=36.11%
B=32.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862171980.1400.090.15143.2328.9779.02
HexBAD9C6E09F8f1d4f
Octal272331306160111721735117
Binary101110101101100111000110111001001111110001111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9C6; }

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

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

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

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

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

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

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

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