#BADEAB

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

Shades of Madang #BADEAB

Tints of Madang #BADEAB

Color information

#BADEAB (or 0xBADEAB) is unknown color: approx Madang. HEX triplet: BA, DE and AB. RGB value is (186,222,171). Sum of RGB (Red+Green+Blue) = 186+222+171=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEAB is #452154. Grayscale: #CDCDCD. Windows color (decimal): -4530517 or 11263674. OLE color: 11263674.

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

Color convert

RGB186222171-
CMYK0.1600.230.13
HSL102.35º43.59%77.06%-
HSV(B)102.35º22.97%87.06%-
XYZ53.7265.6248.36-
YUV205.42108.57114.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 222 (87.11% from 255) = 38.34%
BLUE value IS 171 (67.19% from 255) = 29.53%
R=32.12%
G=38.34%
B=29.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221710.1600.230.13102.3543.5977.06
HexBADEAB10017D662c4d
Octal272336253200271514654115
Binary10111010110111101010101110000010111110111001101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEAB; }

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

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

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

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

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

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

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

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