#BADDAD

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

Shades of Madang #BADDAD

Tints of Madang #BADDAD

Color information

#BADDAD (or 0xBADDAD) is unknown color: approx Madang. HEX triplet: BA, DD and AD. RGB value is (186,221,173). Sum of RGB (Red+Green+Blue) = 186+221+173=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADDAD is #452252. Grayscale: #CDCDCD. Windows color (decimal): -4530771 or 11394490. OLE color: 11394490.

HSL color Cylindrical-coordinate representation of color #BADDAD: hue angle of 103.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BADDAD is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB186221173-
CMYK0.1600.220.13
HSL103.75º41.38%77.25%-
HSV(B)103.75º21.72%86.67%-
XYZ53.6565.1749.29-
YUV205.06109.9114.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.07%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 173 (67.97% from 255) = 29.83%
R=32.07%
G=38.10%
B=29.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211730.1600.220.13103.7541.3877.25
HexBADDAD10016D68294d
Octal272335255200261515051115
Binary10111010110111011010110110000010110110111010001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADDAD; }

 p { color: rgb(186,221,173); }

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

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

 a { background-color: rgb(186,221,173); }

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

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

 span { border-color: rgb(186,221,173); }

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