Html Css Color HEX #BAEFA8 Madang

📋 copy color: '#BAEFA8'

red 186 ◦ green 239 ◦ blue 168

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

Shades of Madang #BAEFA8

Tints of Madang #BAEFA8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.3%

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

R = 31.37%
G = 40.3%
B = 28.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#BAEFA8 (or 0xBAEFA8) is known color: Madang. HEX triplet: BA, EF and A8. RGB value is (186,239,168). Sum of RGB (Red+Green+Blue) = 186+239+168=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEFA8 is #451057. Grayscale: #D7D7D7. Windows color (decimal): -4526168 or 11071418. OLE color: 11071418.

HSL color Cylindrical-coordinate representation of color #BAEFA8: hue angle of 104.79º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAEFA8 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 239 168 -
CMYK 0.22 0 0.30 0.06
HSL 104.79º 0.69% 0.8% -
HSV(B) 104.79º 0.3% 0.94% -
XYZ 58.18 75 48.46 -
YUV 215.06 101.44 107.27 -
System Red Green Blue C M Y K H S L
Decimal 186 239 168 0.22 0 0.30 0.06 104.79 0.69 0.8
Hex BA EF A8 16 0 1E 6 69 45 50
Octal 272 357 250 26 0 36 6 151 105 120
Binary 10111010 11101111 10101000 10110 0 11110 110 1101001 1000101 1010000

Color Harmonies of #BAEFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEFA8

Black with #BAEFA8

Text Example


Text Example

White with #BAEFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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