#BAEFA3

Color #BAEFA3 Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #BAEFA3

Tints of Madang #BAEFA3

Color information

#BAEFA3 (or 0xBAEFA3) is unknown color: approx Madang. HEX triplet: BA, EF and A3. RGB value is (186,239,163). Sum of RGB (Red+Green+Blue) = 186+239+163=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 163 (64.06% from 255 or 27.72% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEFA3 is #45105C. Grayscale: #D6D6D6. Windows color (decimal): -4526173 or 10743738. OLE color: 10743738.

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

Color convert

RGB186239163-
CMYK0.2200.320.06
HSL101.84º70.37%78.82%-
HSV(B)101.84º31.8%93.73%-
XYZ57.7374.8246.05-
YUV214.4998.94107.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.63%
GREEN value IS 239 (93.75% from 255) = 40.65%
BLUE value IS 163 (64.06% from 255) = 27.72%
R=31.63%
G=40.65%
B=27.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862391630.2200.320.06101.8470.3778.82
HexBAEFA316020666464f
Octal272357243260406146106117
Binary101110101110111110100011101100100000110110011010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFA3; }

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

 H1.HeaderClassName
 {
   color: #BAEFA3;
 }
 .AnyTagClassName
 {
   color: #BAEFA3;
 }
</style>
background-color css

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

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

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

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

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

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