#BADBA4

Color #BADBA4 Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #BADBA4

Tints of Madang #BADBA4

Color information

#BADBA4 (or 0xBADBA4) is unknown color: approx Madang. HEX triplet: BA, DB and A4. RGB value is (186,219,164). Sum of RGB (Red+Green+Blue) = 186+219+164=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADBA4 is #45245B. Grayscale: #CBCBCB. Windows color (decimal): -4531292 or 10804154. OLE color: 10804154.

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

Color convert

RGB186219164-
CMYK0.1500.250.14
HSL96º43.31%75.1%-
HSV(B)96º25.11%85.88%-
XYZ52.2863.7844.68-
YUV202.86106.07115.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.69%
GREEN value IS 219 (85.94% from 255) = 38.49%
BLUE value IS 164 (64.45% from 255) = 28.82%
R=32.69%
G=38.49%
B=28.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862191640.1500.250.149643.3175.1
HexBADBA4F019E602b4b
Octal272333244170311614053113
Binary1011101011011011101001001111011001111011000001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADBA4; }

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

 H1.HeaderClassName
 {
   color: #BADBA4;
 }
 .AnyTagClassName
 {
   color: #BADBA4;
 }
</style>
background-color css

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

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

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

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

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

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