Html Css Color HEX #BAEEA8 Madang

📋 copy color: '#BAEEA8'

red 186 ◦ green 238 ◦ blue 168

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

Shades of Madang #BAEEA8

Tints of Madang #BAEEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.38%

R = 31.42%
G = 40.2%
B = 28.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#BAEEA8 (or 0xBAEEA8) is known color: Madang. HEX triplet: BA, EE and A8. RGB value is (186,238,168). Sum of RGB (Red+Green+Blue) = 186+238+168=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 168 (66.02% from 255 or 28.38% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEEA8 is #451157. Grayscale: #D6D6D6. Windows color (decimal): -4526424 or 11071162. OLE color: 11071162.

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

Color convert

RGB 186 238 168 -
CMYK 0.22 0 0.29 0.07
HSL 104.57º 0.67% 0.8% -
HSV(B) 104.57º 0.29% 0.93% -
XYZ 57.89 74.42 48.36 -
YUV 214.47 101.77 107.69 -
System Red Green Blue C M Y K H S L
Decimal 186 238 168 0.22 0 0.29 0.07 104.57 0.67 0.8
Hex BA EE A8 16 0 1D 7 69 43 50
Octal 272 356 250 26 0 35 7 151 103 120
Binary 10111010 11101110 10101000 10110 0 11101 111 1101001 1000011 1010000

Color Harmonies of #BAEEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEEA8

Black with #BAEEA8

Text Example


Text Example

White with #BAEEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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