Html Css Color HEX #BAEAB5 Madang

📋 copy color: '#BAEAB5'

red 186 ◦ green 234 ◦ blue 181

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

Shades of Madang #BAEAB5

Tints of Madang #BAEAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.12%

R = 30.95%
G = 38.94%
B = 30.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#BAEAB5 (or 0xBAEAB5) is known color: Madang. HEX triplet: BA, EA and B5. RGB value is (186,234,181). Sum of RGB (Red+Green+Blue) = 186+234+181=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAB5 is #45154A. Grayscale: #D5D5D5. Windows color (decimal): -4527435 or 11922106. OLE color: 11922106.

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

Color convert

RGB 186 234 181 -
CMYK 0.21 0 0.23 0.08
HSL 114.34º 0.56% 0.81% -
HSV(B) 114.34º 0.23% 0.92% -
XYZ 58.01 72.62 54.68 -
YUV 213.61 109.6 108.31 -
System Red Green Blue C M Y K H S L
Decimal 186 234 181 0.21 0 0.23 0.08 114.34 0.56 0.81
Hex BA EA B5 15 0 17 8 72 38 51
Octal 272 352 265 25 0 27 10 162 70 121
Binary 10111010 11101010 10110101 10101 0 10111 1000 1110010 111000 1010001

Color Harmonies of #BAEAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAB5

Black with #BAEAB5

Text Example


Text Example

White with #BAEAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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