Html Css Color HEX #BADEB2 Madang

📋 copy color: '#BADEB2'

red 186 ◦ green 222 ◦ blue 178

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

Shades of Madang #BADEB2

Tints of Madang #BADEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.38%

R = 31.74%
G = 37.88%
B = 30.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#BADEB2 (or 0xBADEB2) is known color: Madang. HEX triplet: BA, DE and B2. RGB value is (186,222,178). Sum of RGB (Red+Green+Blue) = 186+222+178=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEB2 is #45214D. Grayscale: #CECECE. Windows color (decimal): -4530510 or 11722426. OLE color: 11722426.

HSL color Cylindrical-coordinate representation of color #BADEB2: hue angle of 109.09º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BADEB2 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 178 -
CMYK 0.16 0 0.20 0.13
HSL 109.09º 0.4% 0.78% -
HSV(B) 109.09º 0.2% 0.87% -
XYZ 54.41 65.9 51.97 -
YUV 206.22 112.07 113.58 -
System Red Green Blue C M Y K H S L
Decimal 186 222 178 0.16 0 0.20 0.13 109.09 0.4 0.78
Hex BA DE B2 10 0 14 D 6D 28 4E
Octal 272 336 262 20 0 24 15 155 50 116
Binary 10111010 11011110 10110010 10000 0 10100 1101 1101101 101000 1001110

Color Harmonies of #BADEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEB2

Black with #BADEB2

Text Example


Text Example

White with #BADEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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