Html Css Color HEX #BADDAD Madang

📋 copy color: '#BADDAD'

red 186 ◦ green 221 ◦ blue 173

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

Shades of Madang #BADDAD

Tints of Madang #BADDAD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.1%

 BLUE value IS 173 (67.97% from 255) = 29.83%

R = 32.07%
G = 38.1%
B = 29.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#BADDAD (or 0xBADDAD) is known color: 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

RGB 186 221 173 -
CMYK 0.16 0 0.22 0.13
HSL 103.75º 0.41% 0.77% -
HSV(B) 103.75º 0.22% 0.87% -
XYZ 53.65 65.17 49.29 -
YUV 205.06 109.9 114.4 -
System Red Green Blue C M Y K H S L
Decimal 186 221 173 0.16 0 0.22 0.13 103.75 0.41 0.77
Hex BA DD AD 10 0 16 D 68 29 4D
Octal 272 335 255 20 0 26 15 150 51 115
Binary 10111010 11011101 10101101 10000 0 10110 1101 1101000 101001 1001101

Color Harmonies of #BADDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDAD

Black with #BADDAD

Text Example


Text Example

White with #BADDAD

Text Example


Text Example

HTML Codes & Css Web 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>