Html Css Color HEX #BAEEA3 Madang

📋 copy color: '#BAEEA3'

red 186 ◦ green 238 ◦ blue 163

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

Shades of Madang #BAEEA3

Tints of Madang #BAEEA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.77%

R = 31.69%
G = 40.55%
B = 27.77%

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

#BAEEA3 (or 0xBAEEA3) is known color: Madang. HEX triplet: BA, EE and A3. RGB value is (186,238,163). Sum of RGB (Red+Green+Blue) = 186+238+163=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 163 (64.06% from 255 or 27.77% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEEA3 is #45115C. Grayscale: #D6D6D6. Windows color (decimal): -4526429 or 10743482. OLE color: 10743482.

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

Color convert

RGB 186 238 163 -
CMYK 0.22 0 0.32 0.07
HSL 101.6º 0.69% 0.79% -
HSV(B) 101.6º 0.32% 0.93% -
XYZ 57.44 74.23 45.95 -
YUV 213.9 99.27 108.1 -
System Red Green Blue C M Y K H S L
Decimal 186 238 163 0.22 0 0.32 0.07 101.6 0.69 0.79
Hex BA EE A3 16 0 20 7 66 45 4F
Octal 272 356 243 26 0 40 7 146 105 117
Binary 10111010 11101110 10100011 10110 0 100000 111 1100110 1000101 1001111

Color Harmonies of #BAEEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEA3

Black with #BAEEA3

Text Example


Text Example

White with #BAEEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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