#BAFFA5

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

Shades of Madang #BAFFA5

Tints of Madang #BAFFA5

Color information

#BAFFA5 (or 0xBAFFA5) is unknown color: approx Madang. HEX triplet: BA, FF and A5. RGB value is (186,255,165). Sum of RGB (Red+Green+Blue) = 186+255+165=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 165 (64.84% from 255 or 27.23% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFFA5 is #45005A. Grayscale: #E0E0E0. Windows color (decimal): -4522075 or 10878906. OLE color: 10878906.

HSL color Cylindrical-coordinate representation of color #BAFFA5: hue angle of 106º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAFFA5 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB186255165-
CMYK0.2700.350
HSL106º100%82.35%-
HSV(B)106º35.29%100%-
XYZ62.884.6848.63-
YUV224.1194.64100.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 255 (100% from 255) = 42.08%
BLUE value IS 165 (64.84% from 255) = 27.23%
R=30.69%
G=42.08%
B=27.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551650.2700.35010610082.35
HexBAFFA51B02306a6452
Octal272377245330430152144122
Binary1011101011111111101001011101101000110110101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFA5; }

 p { color: rgb(186,255,165); }

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

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

 a { background-color: rgb(186,255,165); }

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

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

 span { border-color: rgb(186,255,165); }

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