Html Css Color HEX #BADBA9 Madang

📋 copy color: '#BADBA9'

red 186 ◦ green 219 ◦ blue 169

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

Shades of Madang #BADBA9

Tints of Madang #BADBA9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.15%

 BLUE value IS 169 (66.41% from 255) = 29.44%

R = 32.4%
G = 38.15%
B = 29.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#BADBA9 (or 0xBADBA9) is known color: Madang. HEX triplet: BA, DB and A9. RGB value is (186,219,169). Sum of RGB (Red+Green+Blue) = 186+219+169=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 219 (85.94% from 255 or 38.15% from 574); Blue value is 169 (66.41% from 255 or 29.44% from 574); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADBA9 is #452456. Grayscale: #CBCBCB. Windows color (decimal): -4531287 or 11131834. OLE color: 11131834.

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

Color convert

RGB 186 219 169 -
CMYK 0.15 0 0.23 0.14
HSL 99.6º 0.41% 0.76% -
HSV(B) 99.6º 0.23% 0.86% -
XYZ 52.74 63.97 47.1 -
YUV 203.43 108.57 115.57 -
System Red Green Blue C M Y K H S L
Decimal 186 219 169 0.15 0 0.23 0.14 99.6 0.41 0.76
Hex BA DB A9 F 0 17 E 64 29 4C
Octal 272 333 251 17 0 27 16 144 51 114
Binary 10111010 11011011 10101001 1111 0 10111 1110 1100100 101001 1001100

Color Harmonies of #BADBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBA9

Black with #BADBA9

Text Example


Text Example

White with #BADBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBA9; }

 p { color: rgb(186,219,169); }

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

background-color css

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

 a { background-color: rgb(186,219,169); }

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

border-color css

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

 span { border-color: rgb(186,219,169); }

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