Html Css Color HEX #BAEAA1 Madang

📋 copy color: '#BAEAA1'

red 186 ◦ green 234 ◦ blue 161

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

Shades of Madang #BAEAA1

Tints of Madang #BAEAA1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.28%

 BLUE value IS 161 (63.28% from 255) = 27.71%

R = 32.01%
G = 40.28%
B = 27.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#BAEAA1 (or 0xBAEAA1) is known color: Madang. HEX triplet: BA, EA and A1. RGB value is (186,234,161). Sum of RGB (Red+Green+Blue) = 186+234+161=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEAA1 is #45155E. Grayscale: #D3D3D3. Windows color (decimal): -4527455 or 10611386. OLE color: 10611386.

HSL color Cylindrical-coordinate representation of color #BAEAA1: hue angle of 99.45º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAEAA1 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 161 -
CMYK 0.21 0 0.31 0.08
HSL 99.45º 0.63% 0.77% -
HSV(B) 99.45º 0.31% 0.92% -
XYZ 56.11 71.86 44.63 -
YUV 211.33 99.6 109.94 -
System Red Green Blue C M Y K H S L
Decimal 186 234 161 0.21 0 0.31 0.08 99.45 0.63 0.77
Hex BA EA A1 15 0 1F 8 63 3F 4D
Octal 272 352 241 25 0 37 10 143 77 115
Binary 10111010 11101010 10100001 10101 0 11111 1000 1100011 111111 1001101

Color Harmonies of #BAEAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAA1

Black with #BAEAA1

Text Example


Text Example

White with #BAEAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAA1; }

 p { color: rgb(186,234,161); }

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

background-color css

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

 a { background-color: rgb(186,234,161); }

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

border-color css

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

 span { border-color: rgb(186,234,161); }

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