#BAF3AD

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

Shades of Madang #BAF3AD

Tints of Madang #BAF3AD

Color information

#BAF3AD (or 0xBAF3AD) is unknown color: approx Madang. HEX triplet: BA, F3 and AD. RGB value is (186,243,173). Sum of RGB (Red+Green+Blue) = 186+243+173=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF3AD is #450C52. Grayscale: #DADADA. Windows color (decimal): -4525139 or 11400122. OLE color: 11400122.

HSL color Cylindrical-coordinate representation of color #BAF3AD: hue angle of 108.86º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAF3AD is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB186243173-
CMYK0.2300.290.05
HSL108.86º74.47%81.57%-
HSV(B)108.86º28.81%95.29%-
XYZ59.8477.5651.35-
YUV217.98102.62105.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 243 (95.31% from 255) = 40.37%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=30.90%
G=40.37%
B=28.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862431730.2300.290.05108.8674.4781.57
HexBAF3AD1701D56d4a52
Octal272363255270355155112122
Binary10111010111100111010110110111011101101110110110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF3AD; }

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

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

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

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

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

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

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

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