#BAFAA5

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

Shades of Madang #BAFAA5

Tints of Madang #BAFAA5

Color information

#BAFAA5 (or 0xBAFAA5) is unknown color: approx Madang. HEX triplet: BA, FA and A5. RGB value is (186,250,165). Sum of RGB (Red+Green+Blue) = 186+250+165=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 165 (64.84% from 255 or 27.45% from 601); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFAA5 is #45055A. Grayscale: #DDDDDD. Windows color (decimal): -4523355 or 10877626. OLE color: 10877626.

HSL color Cylindrical-coordinate representation of color #BAFAA5: hue angle of 105.18º degrees, saturation: 0.89, 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 #BAFAA5 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB186250165-
CMYK0.2600.340.02
HSL105.18º89.47%81.37%-
HSV(B)105.18º34%98.04%-
XYZ61.2381.5348.11-
YUV221.1796.3102.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 250 (98.05% from 255) = 41.60%
BLUE value IS 165 (64.84% from 255) = 27.45%
R=30.95%
G=41.60%
B=27.45%

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
Decimal1862501650.2600.340.02105.1889.4781.37
HexBAFAA51A0222695951
Octal272372245320422151131121
Binary10111010111110101010010111010010001010110100110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFAA5; }

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

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

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

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

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

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

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

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