Html Css Color HEX #BADEA6 Madang

📋 copy color: '#BADEA6'

red 186 ◦ green 222 ◦ blue 166

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

Shades of Madang #BADEA6

Tints of Madang #BADEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.92%

R = 32.4%
G = 38.68%
B = 28.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#BADEA6 (or 0xBADEA6) is known color: Madang. HEX triplet: BA, DE and A6. RGB value is (186,222,166). Sum of RGB (Red+Green+Blue) = 186+222+166=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 166 (65.23% from 255 or 28.92% from 574); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEA6 is #452159. Grayscale: #CDCDCD. Windows color (decimal): -4530522 or 10935994. OLE color: 10935994.

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

Color convert

RGB 186 222 166 -
CMYK 0.16 0 0.25 0.13
HSL 98.57º 0.46% 0.76% -
HSV(B) 98.57º 0.25% 0.87% -
XYZ 53.25 65.43 45.9 -
YUV 204.85 106.07 114.55 -
System Red Green Blue C M Y K H S L
Decimal 186 222 166 0.16 0 0.25 0.13 98.57 0.46 0.76
Hex BA DE A6 10 0 19 D 63 2E 4C
Octal 272 336 246 20 0 31 15 143 56 114
Binary 10111010 11011110 10100110 10000 0 11001 1101 1100011 101110 1001100

Color Harmonies of #BADEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEA6

Black with #BADEA6

Text Example


Text Example

White with #BADEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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