#BAFAA4

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

Shades of Madang #BAFAA4

Tints of Madang #BAFAA4

Color information

#BAFAA4 (or 0xBAFAA4) is unknown color: approx Madang. HEX triplet: BA, FA and A4. RGB value is (186,250,164). Sum of RGB (Red+Green+Blue) = 186+250+164=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 164 (64.45% from 255 or 27.33% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFAA4 is #45055B. Grayscale: #DDDDDD. Windows color (decimal): -4523356 or 10812090. OLE color: 10812090.

HSL color Cylindrical-coordinate representation of color #BAFAA4: hue angle of 104.65º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAFAA4 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB186250164-
CMYK0.2600.340.02
HSL104.65º89.58%81.18%-
HSV(B)104.65º34.4%98.04%-
XYZ61.1481.4947.63-
YUV221.0695.8102.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 250 (98.05% from 255) = 41.67%
BLUE value IS 164 (64.45% from 255) = 27.33%
R=31%
G=41.67%
B=27.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862501640.2600.340.02104.6589.5881.18
HexBAFAA41A0222695a51
Octal272372244320422151132121
Binary10111010111110101010010011010010001010110100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFAA4; }

 p { color: rgb(186,250,164); }

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

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

 a { background-color: rgb(186,250,164); }

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

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

 span { border-color: rgb(186,250,164); }

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