#BAF3A9

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

Shades of Madang #BAF3A9

Tints of Madang #BAF3A9

Color information

#BAF3A9 (or 0xBAF3A9) is unknown color: approx Madang. HEX triplet: BA, F3 and A9. RGB value is (186,243,169). Sum of RGB (Red+Green+Blue) = 186+243+169=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF3A9 is #450C56. Grayscale: #D9D9D9. Windows color (decimal): -4525143 or 11137978. OLE color: 11137978.

HSL color Cylindrical-coordinate representation of color #BAF3A9: hue angle of 106.22º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAF3A9 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB186243169-
CMYK0.2300.300.05
HSL106.22º75.51%80.78%-
HSV(B)106.22º30.45%95.29%-
XYZ59.4677.449.34-
YUV217.52100.62105.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.10%
GREEN value IS 243 (95.31% from 255) = 40.64%
BLUE value IS 169 (66.41% from 255) = 28.26%
R=31.10%
G=40.64%
B=28.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862431690.2300.300.05106.2275.5180.78
HexBAF3A91701E56a4c51
Octal272363251270365152114121
Binary10111010111100111010100110111011110101110101010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF3A9; }

 p { color: rgb(186,243,169); }

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

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

 a { background-color: rgb(186,243,169); }

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

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

 span { border-color: rgb(186,243,169); }

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