#BADEB3

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

Shades of Madang #BADEB3

Tints of Madang #BADEB3

Color information

#BADEB3 (or 0xBADEB3) is unknown color: approx Madang. HEX triplet: BA, DE and B3. RGB value is (186,222,179). Sum of RGB (Red+Green+Blue) = 186+222+179=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADEB3 is #45214C. Grayscale: #CECECE. Windows color (decimal): -4530509 or 11787962. OLE color: 11787962.

HSL color Cylindrical-coordinate representation of color #BADEB3: hue angle of 110.23º 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 #BADEB3 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB186222179-
CMYK0.1600.190.13
HSL110.23º39.45%78.63%-
HSV(B)110.23º19.37%87.06%-
XYZ54.5165.9452.5-
YUV206.33112.57113.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.69%
GREEN value IS 222 (87.11% from 255) = 37.82%
BLUE value IS 179 (70.31% from 255) = 30.49%
R=31.69%
G=37.82%
B=30.49%

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
Decimal1862221790.1600.190.13110.2339.4578.63
HexBADEB310013D6e274f
Octal272336263200231515647117
Binary10111010110111101011001110000010011110111011101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEB3; }

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

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

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

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

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

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

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

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