#BAFBB4

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

Shades of Madang #BAFBB4

Tints of Madang #BAFBB4

Color information

#BAFBB4 (or 0xBAFBB4) is unknown color: approx Madang. HEX triplet: BA, FB and B4. RGB value is (186,251,180). Sum of RGB (Red+Green+Blue) = 186+251+180=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBB4 is #45044B. Grayscale: #DFDFDF. Windows color (decimal): -4523084 or 11860922. OLE color: 11860922.

HSL color Cylindrical-coordinate representation of color #BAFBB4: hue angle of 114.93º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAFBB4 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB186251180-
CMYK0.2600.280.02
HSL114.93º89.87%84.51%-
HSV(B)114.93º28.29%98.43%-
XYZ62.9982.7355.83-
YUV223.47103.47101.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.15%
GREEN value IS 251 (98.44% from 255) = 40.68%
BLUE value IS 180 (70.70% from 255) = 29.17%
R=30.15%
G=40.68%
B=29.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862511800.2600.280.02114.9389.8784.51
HexBAFBB41A01C2735a55
Octal272373264320342163132125
Binary1011101011111011101101001101001110010111001110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBB4; }

 p { color: rgb(186,251,180); }

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

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

 a { background-color: rgb(186,251,180); }

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

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

 span { border-color: rgb(186,251,180); }

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