#BADEB4

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

Shades of Madang #BADEB4

Tints of Madang #BADEB4

Color information

#BADEB4 (or 0xBADEB4) is unknown color: approx Madang. HEX triplet: BA, DE and B4. RGB value is (186,222,180). Sum of RGB (Red+Green+Blue) = 186+222+180=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEB4 is #45214B. Grayscale: #CECECE. Windows color (decimal): -4530508 or 11853498. OLE color: 11853498.

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

Color convert

RGB186222180-
CMYK0.1600.190.13
HSL111.43º38.89%78.82%-
HSV(B)111.43º18.92%87.06%-
XYZ54.6165.9853.04-
YUV206.45113.07113.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.63%
GREEN value IS 222 (87.11% from 255) = 37.76%
BLUE value IS 180 (70.70% from 255) = 30.61%
R=31.63%
G=37.76%
B=30.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221800.1600.190.13111.4338.8978.82
HexBADEB410013D6f274f
Octal272336264200231515747117
Binary10111010110111101011010010000010011110111011111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEB4; }

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

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

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

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

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

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

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

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