Html Css Color HEX #BAEAB4 Madang

📋 copy color: '#BAEAB4'

red 186 ◦ green 234 ◦ blue 180

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

Shades of Madang #BAEAB4

Tints of Madang #BAEAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30%

R = 31%
G = 39%
B = 30%

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

#BAEAB4 (or 0xBAEAB4) is known color: Madang. HEX triplet: BA, EA and B4. RGB value is (186,234,180). Sum of RGB (Red+Green+Blue) = 186+234+180=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAB4 is #45154B. Grayscale: #D5D5D5. Windows color (decimal): -4527436 or 11856570. OLE color: 11856570.

HSL color Cylindrical-coordinate representation of color #BAEAB4: hue angle of 113.33º 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 #BAEAB4 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 180 -
CMYK 0.21 0 0.23 0.08
HSL 113.33º 0.56% 0.81% -
HSV(B) 113.33º 0.23% 0.92% -
XYZ 57.91 72.58 54.14 -
YUV 213.49 109.1 108.39 -
System Red Green Blue C M Y K H S L
Decimal 186 234 180 0.21 0 0.23 0.08 113.33 0.56 0.81
Hex BA EA B4 15 0 17 8 71 38 51
Octal 272 352 264 25 0 27 10 161 70 121
Binary 10111010 11101010 10110100 10101 0 10111 1000 1110001 111000 1010001

Color Harmonies of #BAEAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEAB4

Black with #BAEAB4

Text Example


Text Example

White with #BAEAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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