Html Css Color HEX #BADEAE Madang

📋 copy color: '#BADEAE'

red 186 ◦ green 222 ◦ blue 174

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

Shades of Madang #BADEAE

Tints of Madang #BADEAE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.14%

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

R = 31.96%
G = 38.14%
B = 29.9%

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

#BADEAE (or 0xBADEAE) is known color: Madang. HEX triplet: BA, DE and AE. RGB value is (186,222,174). Sum of RGB (Red+Green+Blue) = 186+222+174=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #BADEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADEAE is #452151. Grayscale: #CDCDCD. Windows color (decimal): -4530514 or 11460282. OLE color: 11460282.

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

Color convert

RGB 186 222 174 -
CMYK 0.16 0 0.22 0.13
HSL 105º 0.42% 0.78% -
HSV(B) 105º 0.22% 0.87% -
XYZ 54.01 65.74 49.89 -
YUV 205.76 110.07 113.9 -
System Red Green Blue C M Y K H S L
Decimal 186 222 174 0.16 0 0.22 0.13 105 0.42 0.78
Hex BA DE AE 10 0 16 D 69 2A 4E
Octal 272 336 256 20 0 26 15 151 52 116
Binary 10111010 11011110 10101110 10000 0 10110 1101 1101001 101010 1001110

Color Harmonies of #BADEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADEAE

Black with #BADEAE

Text Example


Text Example

White with #BADEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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