#BADEC4

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

Shades of Edgewater #BADEC4

Tints of Edgewater #BADEC4

Color information

#BADEC4 (or 0xBADEC4) is unknown color: approx Edgewater. HEX triplet: BA, DE and C4. RGB value is (186,222,196). Sum of RGB (Red+Green+Blue) = 186+222+196=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 196 (76.95% from 255 or 32.45% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEC4 is #45213B. Grayscale: #D0D0D0. Windows color (decimal): -4530492 or 12902074. OLE color: 12902074.

HSL color Cylindrical-coordinate representation of color #BADEC4: hue angle of 136.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADEC4 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB186222196-
CMYK0.1600.120.13
HSL136.67º35.29%80%-
HSV(B)136.67º16.22%87.06%-
XYZ56.3366.6762.12-
YUV208.27121.07112.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 222 (87.11% from 255) = 36.75%
BLUE value IS 196 (76.95% from 255) = 32.45%
R=30.79%
G=36.75%
B=32.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221960.1600.120.13136.6735.2980
HexBADEC4100CD892350
Octal272336304200141521143120
Binary10111010110111101100010010000011001101100010011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEC4; }

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

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

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

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

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

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

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

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