Html Css Color HEX #BADAAE Madang

📋 copy color: '#BADAAE'

red 186 ◦ green 218 ◦ blue 174

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

Shades of Madang #BADAAE

Tints of Madang #BADAAE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.72%

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

R = 32.18%
G = 37.72%
B = 30.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#BADAAE (or 0xBADAAE) is known color: Madang. HEX triplet: BA, DA and AE. RGB value is (186,218,174). Sum of RGB (Red+Green+Blue) = 186+218+174=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #BADAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADAAE is #452551. Grayscale: #CBCBCB. Windows color (decimal): -4531538 or 11459258. OLE color: 11459258.

HSL color Cylindrical-coordinate representation of color #BADAAE: hue angle of 103.64º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BADAAE is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 218 174 -
CMYK 0.15 0 0.20 0.15
HSL 103.64º 0.37% 0.77% -
HSV(B) 103.64º 0.2% 0.85% -
XYZ 52.96 63.64 49.54 -
YUV 203.42 111.4 115.58 -
System Red Green Blue C M Y K H S L
Decimal 186 218 174 0.15 0 0.20 0.15 103.64 0.37 0.77
Hex BA DA AE F 0 14 F 68 25 4D
Octal 272 332 256 17 0 24 17 150 45 115
Binary 10111010 11011010 10101110 1111 0 10100 1111 1101000 100101 1001101

Color Harmonies of #BADAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADAAE

Black with #BADAAE

Text Example


Text Example

White with #BADAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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