#BAF2B2

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

Shades of Madang #BAF2B2

Tints of Madang #BAF2B2

Color information

#BAF2B2 (or 0xBAF2B2) is unknown color: approx Madang. HEX triplet: BA, F2 and B2. RGB value is (186,242,178). Sum of RGB (Red+Green+Blue) = 186+242+178=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF2B2 is #450D4D. Grayscale: #DADADA. Windows color (decimal): -4525390 or 11727546. OLE color: 11727546.

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

Color convert

RGB186242178-
CMYK0.2300.260.05
HSL112.5º71.11%82.35%-
HSV(B)112.5º26.45%94.9%-
XYZ60.0477.1653.85-
YUV217.96105.45105.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 242 (94.92% from 255) = 39.93%
BLUE value IS 178 (69.92% from 255) = 29.37%
R=30.69%
G=39.93%
B=29.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862421780.2300.260.05112.571.1182.35
HexBAF2B21701A5704752
Octal272362262270325160107122
Binary10111010111100101011001010111011010101111000010001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF2B2; }

 p { color: rgb(186,242,178); }

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

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

 a { background-color: rgb(186,242,178); }

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

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

 span { border-color: rgb(186,242,178); }

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