Html Css Color HEX #BAEEAC Madang

📋 copy color: '#BAEEAC'

red 186 ◦ green 238 ◦ blue 172

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

Shades of Madang #BAEEAC

Tints of Madang #BAEEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.86%

R = 31.21%
G = 39.93%
B = 28.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#BAEEAC (or 0xBAEEAC) is known color: Madang. HEX triplet: BA, EE and AC. RGB value is (186,238,172). Sum of RGB (Red+Green+Blue) = 186+238+172=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 238 (93.36% from 255 or 39.93% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEEAC is #451153. Grayscale: #D7D7D7. Windows color (decimal): -4526420 or 11333306. OLE color: 11333306.

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

Color convert

RGB 186 238 172 -
CMYK 0.22 0 0.28 0.07
HSL 107.27º 0.66% 0.8% -
HSV(B) 107.27º 0.28% 0.93% -
XYZ 58.27 74.57 50.35 -
YUV 214.93 103.77 107.37 -
System Red Green Blue C M Y K H S L
Decimal 186 238 172 0.22 0 0.28 0.07 107.27 0.66 0.8
Hex BA EE AC 16 0 1C 7 6B 42 50
Octal 272 356 254 26 0 34 7 153 102 120
Binary 10111010 11101110 10101100 10110 0 11100 111 1101011 1000010 1010000

Color Harmonies of #BAEEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEAC

Black with #BAEEAC

Text Example


Text Example

White with #BAEEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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