Html Css Color HEX #BADEAC Madang

📋 copy color: '#BADEAC'

red 186 ◦ green 222 ◦ blue 172

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

Shades of Madang #BADEAC

Tints of Madang #BADEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.66%

R = 32.07%
G = 38.28%
B = 29.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#BADEAC (or 0xBADEAC) is known color: Madang. HEX triplet: BA, DE and AC. RGB value is (186,222,172). Sum of RGB (Red+Green+Blue) = 186+222+172=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEAC is #452153. Grayscale: #CDCDCD. Windows color (decimal): -4530516 or 11329210. OLE color: 11329210.

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

Color convert

RGB 186 222 172 -
CMYK 0.16 0 0.23 0.13
HSL 103.2º 0.43% 0.77% -
HSV(B) 103.2º 0.23% 0.87% -
XYZ 53.82 65.66 48.87 -
YUV 205.54 109.07 114.07 -
System Red Green Blue C M Y K H S L
Decimal 186 222 172 0.16 0 0.23 0.13 103.2 0.43 0.77
Hex BA DE AC 10 0 17 D 67 2B 4D
Octal 272 336 254 20 0 27 15 147 53 115
Binary 10111010 11011110 10101100 10000 0 10111 1101 1100111 101011 1001101

Color Harmonies of #BADEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEAC

Black with #BADEAC

Text Example


Text Example

White with #BADEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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