Html Css Color HEX #BADDAE Madang

📋 copy color: '#BADDAE'

red 186 ◦ green 221 ◦ blue 174

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

Shades of Madang #BADDAE

Tints of Madang #BADDAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.95%

R = 32.01%
G = 38.04%
B = 29.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#BADDAE (or 0xBADDAE) is known color: Madang. HEX triplet: BA, DD and AE. RGB value is (186,221,174). Sum of RGB (Red+Green+Blue) = 186+221+174=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADDAE is #452251. Grayscale: #CDCDCD. Windows color (decimal): -4530770 or 11460026. OLE color: 11460026.

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

Color convert

RGB 186 221 174 -
CMYK 0.16 0 0.21 0.13
HSL 104.68º 0.41% 0.77% -
HSV(B) 104.68º 0.21% 0.87% -
XYZ 53.75 65.21 49.8 -
YUV 205.18 110.4 114.32 -
System Red Green Blue C M Y K H S L
Decimal 186 221 174 0.16 0 0.21 0.13 104.68 0.41 0.77
Hex BA DD AE 10 0 15 D 69 29 4D
Octal 272 335 256 20 0 25 15 151 51 115
Binary 10111010 11011101 10101110 10000 0 10101 1101 1101001 101001 1001101

Color Harmonies of #BADDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADDAE

Black with #BADDAE

Text Example


Text Example

White with #BADDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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