Html Css Color HEX #BADCA2 Madang

📋 copy color: '#BADCA2'

red 186 ◦ green 220 ◦ blue 162

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

Shades of Madang #BADCA2

Tints of Madang #BADCA2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.73%

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

R = 32.75%
G = 38.73%
B = 28.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#BADCA2 (or 0xBADCA2) is known color: Madang. HEX triplet: BA, DC and A2. RGB value is (186,220,162). Sum of RGB (Red+Green+Blue) = 186+220+162=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 162 (63.67% from 255 or 28.52% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADCA2 is #45235D. Grayscale: #CBCBCB. Windows color (decimal): -4531038 or 10673338. OLE color: 10673338.

HSL color Cylindrical-coordinate representation of color #BADCA2: hue angle of 95.17º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BADCA2 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 162 -
CMYK 0.15 0 0.26 0.14
HSL 95.17º 0.45% 0.75% -
HSV(B) 95.17º 0.26% 0.86% -
XYZ 52.36 64.23 43.82 -
YUV 203.22 104.74 115.72 -
System Red Green Blue C M Y K H S L
Decimal 186 220 162 0.15 0 0.26 0.14 95.17 0.45 0.75
Hex BA DC A2 F 0 1A E 5F 2D 4B
Octal 272 334 242 17 0 32 16 137 55 113
Binary 10111010 11011100 10100010 1111 0 11010 1110 1011111 101101 1001011

Color Harmonies of #BADCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADCA2

Black with #BADCA2

Text Example


Text Example

White with #BADCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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