Html Css Color HEX #BADEA5 Madang

📋 copy color: '#BADEA5'

red 186 ◦ green 222 ◦ blue 165

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

Shades of Madang #BADEA5

Tints of Madang #BADEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.8%

R = 32.46%
G = 38.74%
B = 28.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#BADEA5 (or 0xBADEA5) is known color: Madang. HEX triplet: BA, DE and A5. RGB value is (186,222,165). Sum of RGB (Red+Green+Blue) = 186+222+165=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 222 (87.11% from 255 or 38.74% from 573); Blue value is 165 (64.84% from 255 or 28.80% from 573); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEA5 is #45215A. Grayscale: #CCCCCC. Windows color (decimal): -4530523 or 10870458. OLE color: 10870458.

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

Color convert

RGB 186 222 165 -
CMYK 0.16 0 0.26 0.13
HSL 97.89º 0.46% 0.76% -
HSV(B) 97.89º 0.26% 0.87% -
XYZ 53.16 65.4 45.42 -
YUV 204.74 105.57 114.63 -
System Red Green Blue C M Y K H S L
Decimal 186 222 165 0.16 0 0.26 0.13 97.89 0.46 0.76
Hex BA DE A5 10 0 1A D 62 2E 4C
Octal 272 336 245 20 0 32 15 142 56 114
Binary 10111010 11011110 10100101 10000 0 11010 1101 1100010 101110 1001100

Color Harmonies of #BADEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEA5

Black with #BADEA5

Text Example


Text Example

White with #BADEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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