#BADEAD

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

Shades of Madang #BADEAD

Tints of Madang #BADEAD

Color information

#BADEAD (or 0xBADEAD) is unknown color: approx Madang. HEX triplet: BA, DE and AD. RGB value is (186,222,173). Sum of RGB (Red+Green+Blue) = 186+222+173=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEAD is #452152. Grayscale: #CDCDCD. Windows color (decimal): -4530515 or 11394746. OLE color: 11394746.

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

Color convert

RGB186222173-
CMYK0.1600.220.13
HSL104.08º42.61%77.45%-
HSV(B)104.08º22.07%87.06%-
XYZ53.9165.749.37-
YUV205.65109.57113.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 222 (87.11% from 255) = 38.21%
BLUE value IS 173 (67.97% from 255) = 29.78%
R=32.01%
G=38.21%
B=29.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221730.1600.220.13104.0842.6177.45
HexBADEAD10016D682b4d
Octal272336255200261515053115
Binary10111010110111101010110110000010110110111010001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADEAD; }

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

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

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

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

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

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

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

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