#BADAC3

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

Shades of Edgewater #BADAC3

Tints of Edgewater #BADAC3

Color information

#BADAC3 (or 0xBADAC3) is unknown color: approx Edgewater. HEX triplet: BA, DA and C3. RGB value is (186,218,195). Sum of RGB (Red+Green+Blue) = 186+218+195=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 195 (76.56% from 255 or 32.55% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADAC3 is #45253C. Grayscale: #CDCDCD. Windows color (decimal): -4531517 or 12835514. OLE color: 12835514.

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

Color convert

RGB186218195-
CMYK0.1500.110.15
HSL136.88º30.19%79.22%-
HSV(B)136.88º14.68%85.49%-
XYZ55.1764.5261.18-
YUV205.81121.9113.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 195 (76.56% from 255) = 32.55%
R=31.05%
G=36.39%
B=32.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862181950.1500.110.15136.8830.1979.22
HexBADAC3F0BF891e4f
Octal272332303170131721136117
Binary101110101101101011000011111101011111110001001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADAC3; }

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

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

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

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

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

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

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

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