#BADAC6

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

Shades of Edgewater #BADAC6

Tints of Edgewater #BADAC6

Color information

#BADAC6 (or 0xBADAC6) is unknown color: approx Edgewater. HEX triplet: BA, DA and C6. RGB value is (186,218,198). Sum of RGB (Red+Green+Blue) = 186+218+198=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAC6 is #452539. Grayscale: #CECECE. Windows color (decimal): -4531514 or 13032122. OLE color: 13032122.

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

Color convert

RGB186218198-
CMYK0.1500.090.15
HSL142.5º30.19%79.22%-
HSV(B)142.5º14.68%85.49%-
XYZ55.5164.6662.98-
YUV206.15123.4113.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 218 (85.55% from 255) = 36.21%
BLUE value IS 198 (77.73% from 255) = 32.89%
R=30.90%
G=36.21%
B=32.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862181980.1500.090.15142.530.1979.22
HexBADAC6F09F8e1e4f
Octal272332306170111721636117
Binary101110101101101011000110111101001111110001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAC6; }

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

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

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

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

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

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

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

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