Html Css Color HEX #BAEEA2 Madang

📋 copy color: '#BAEEA2'

red 186 ◦ green 238 ◦ blue 162

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

Shades of Madang #BAEEA2

Tints of Madang #BAEEA2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.61%

 BLUE value IS 162 (63.67% from 255) = 27.65%

R = 31.74%
G = 40.61%
B = 27.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#BAEEA2 (or 0xBAEEA2) is known color: Madang. HEX triplet: BA, EE and A2. RGB value is (186,238,162). Sum of RGB (Red+Green+Blue) = 186+238+162=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEEA2 is #45115D. Grayscale: #D6D6D6. Windows color (decimal): -4526430 or 10677946. OLE color: 10677946.

HSL color Cylindrical-coordinate representation of color #BAEEA2: hue angle of 101.05º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAEEA2 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 238 162 -
CMYK 0.22 0 0.32 0.07
HSL 101.05º 0.69% 0.78% -
HSV(B) 101.05º 0.32% 0.93% -
XYZ 57.35 74.2 45.48 -
YUV 213.79 98.77 108.18 -
System Red Green Blue C M Y K H S L
Decimal 186 238 162 0.22 0 0.32 0.07 101.05 0.69 0.78
Hex BA EE A2 16 0 20 7 65 45 4E
Octal 272 356 242 26 0 40 7 145 105 116
Binary 10111010 11101110 10100010 10110 0 100000 111 1100101 1000101 1001110

Color Harmonies of #BAEEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEA2

Black with #BAEEA2

Text Example


Text Example

White with #BAEEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEA2; }

 p { color: rgb(186,238,162); }

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

background-color css

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

 a { background-color: rgb(186,238,162); }

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

border-color css

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

 span { border-color: rgb(186,238,162); }

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