Html Css Color HEX #BAEFA1 Madang

📋 copy color: '#BAEFA1'

red 186 ◦ green 239 ◦ blue 161

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

Shades of Madang #BAEFA1

Tints of Madang #BAEFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.47%

R = 31.74%
G = 40.78%
B = 27.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#BAEFA1 (or 0xBAEFA1) is known color: Madang. HEX triplet: BA, EF and A1. RGB value is (186,239,161). Sum of RGB (Red+Green+Blue) = 186+239+161=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEFA1 is #45105E. Grayscale: #D6D6D6. Windows color (decimal): -4526175 or 10612666. OLE color: 10612666.

HSL color Cylindrical-coordinate representation of color #BAEFA1: hue angle of 100.77º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAEFA1 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 239 161 -
CMYK 0.22 0 0.33 0.06
HSL 100.77º 0.71% 0.78% -
HSV(B) 100.77º 0.33% 0.94% -
XYZ 57.55 74.75 45.11 -
YUV 214.26 97.94 107.84 -
System Red Green Blue C M Y K H S L
Decimal 186 239 161 0.22 0 0.33 0.06 100.77 0.71 0.78
Hex BA EF A1 16 0 21 6 65 47 4E
Octal 272 357 241 26 0 41 6 145 107 116
Binary 10111010 11101111 10100001 10110 0 100001 110 1100101 1000111 1001110

Color Harmonies of #BAEFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEFA1

Black with #BAEFA1

Text Example


Text Example

White with #BAEFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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