Html Css Color HEX #BADEA2 Madang

📋 copy color: '#BADEA2'

red 186 ◦ green 222 ◦ blue 162

#BADEA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #BADEA2

Tints of Madang #BADEA2

RGB

 RED value IS 186 (73.05% from 255) = 32.63%

 GREEN value IS 222 (87.11% from 255) = 38.95%

 BLUE value IS 162 (63.67% from 255) = 28.42%

R = 32.63%
G = 38.95%
B = 28.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#BADEA2 (or 0xBADEA2) is known color: Madang. HEX triplet: BA, DE and A2. RGB value is (186,222,162). Sum of RGB (Red+Green+Blue) = 186+222+162=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 162 (63.67% from 255 or 28.42% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEA2 is #45215D. Grayscale: #CCCCCC. Windows color (decimal): -4530526 or 10673850. OLE color: 10673850.

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

Color convert

RGB 186 222 162 -
CMYK 0.16 0 0.27 0.13
HSL 96º 0.48% 0.75% -
HSV(B) 96º 0.27% 0.87% -
XYZ 52.89 65.29 44 -
YUV 204.4 104.07 114.88 -
System Red Green Blue C M Y K H S L
Decimal 186 222 162 0.16 0 0.27 0.13 96 0.48 0.75
Hex BA DE A2 10 0 1B D 60 30 4B
Octal 272 336 242 20 0 33 15 140 60 113
Binary 10111010 11011110 10100010 10000 0 11011 1101 1100000 110000 1001011

Color Harmonies of #BADEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEA2

Black with #BADEA2

Text Example


Text Example

White with #BADEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEA2; }

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

 H1.HeaderClassName
 {
   color: #BADEA2;
 }
 .AnyTagClassName
 {
   color: #BADEA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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