#BAF1A7

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

Shades of Madang #BAF1A7

Tints of Madang #BAF1A7

Color information

#BAF1A7 (or 0xBAF1A7) is unknown color: approx Madang. HEX triplet: BA, F1 and A7. RGB value is (186,241,167). Sum of RGB (Red+Green+Blue) = 186+241+167=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 167 (65.62% from 255 or 28.11% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF1A7 is #450E58. Grayscale: #D8D8D8. Windows color (decimal): -4525657 or 11006394. OLE color: 11006394.

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

Color convert

RGB186241167-
CMYK0.2300.310.05
HSL104.59º72.55%80%-
HSV(B)104.59º30.71%94.51%-
XYZ58.6876.1448.16-
YUV216.12100.28106.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.31%
GREEN value IS 241 (94.53% from 255) = 40.57%
BLUE value IS 167 (65.62% from 255) = 28.11%
R=31.31%
G=40.57%
B=28.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862411670.2300.310.05104.5972.5580
HexBAF1A71701F5694950
Octal272361247270375151111120
Binary10111010111100011010011110111011111101110100110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF1A7; }

 p { color: rgb(186,241,167); }

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

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

 a { background-color: rgb(186,241,167); }

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

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

 span { border-color: rgb(186,241,167); }

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