Html Css Color HEX #BADBA7 Madang

📋 copy color: '#BADBA7'

red 186 ◦ green 219 ◦ blue 167

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

Shades of Madang #BADBA7

Tints of Madang #BADBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.2%

R = 32.52%
G = 38.29%
B = 29.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#BADBA7 (or 0xBADBA7) is known color: Madang. HEX triplet: BA, DB and A7. RGB value is (186,219,167). Sum of RGB (Red+Green+Blue) = 186+219+167=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 167 (65.62% from 255 or 29.20% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADBA7 is #452458. Grayscale: #CBCBCB. Windows color (decimal): -4531289 or 11000762. OLE color: 11000762.

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

Color convert

RGB 186 219 167 -
CMYK 0.15 0 0.24 0.14
HSL 98.08º 0.42% 0.76% -
HSV(B) 98.08º 0.24% 0.86% -
XYZ 52.56 63.89 46.12 -
YUV 203.21 107.57 115.73 -
System Red Green Blue C M Y K H S L
Decimal 186 219 167 0.15 0 0.24 0.14 98.08 0.42 0.76
Hex BA DB A7 F 0 18 E 62 2A 4C
Octal 272 333 247 17 0 30 16 142 52 114
Binary 10111010 11011011 10100111 1111 0 11000 1110 1100010 101010 1001100

Color Harmonies of #BADBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADBA7

Black with #BADBA7

Text Example


Text Example

White with #BADBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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